// JavaScript Document
function pop_up($url,$w,$h){
	//alert('ii');
	window.open($url,"","width="+$w+", height="+$h+"");
}

