function popup(n,url,w,h){

	window.open(url,n,'width=' + w + ',height=' + h + ',scrollbars=1,toolbars=0,location=0',true);

}