function popup (theURL,W,H, wtype){
	var win = open(theURL, wtype, 'scrollbars=yes,width='+W+',height='+H+',top='+0+',left='+0);
	return false;
}
