function popup(wWidth,wHeight)
{
	self.name="popup_parent";
	OpenWindow=window.open("", "popup", "width="+wWidth+",height="+wHeight+",scrollbars=yes");
	OpenWindow.focus()
}

