function winopen(wname,url,w,h){
	win_op=window.open(url,wname,'scrollbars=no,width='+w+',height='+h+'');
	win_op.document.close();
}