function popoff(myURL, myHeight, myWidth)
{
	window.open(myURL, '', 'width=' + myWidth + ',height=' + myHeight + ', toolbar=no,scrollbars=no, resizable=no');
}