function popup(url){var w=window.open(url,'winpop','status=0,resizable=0,scrollbars=yes,height=500,width=700')}
function popup(url,w,h){var w=window.open(url,'winpop','resizable=0,location=0,top=200,left=200,height='+h+',width='+w)}
