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