function openPop(url,w,h){
	window.open(url,'','width='+w+',height='+h);
}