// JavaScript Document


function popUp(URL,h,w){
	window.open(URL,"popup_window","toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,height="+h+",width="+w+",left = 200,top = 200");
}