function PopUp(url,name,width,height){
	window.open(url,name,'scrollbars=no,resizable=no,status=no,width=' + width + ',height=' + height);
}


