function wop(theURL,winName,width,height) 
{
	window.open(theURL,winName,'width=' + width + ',height=' + height);
}
