function winPopUp( url, width, height )
{
	winpops = window.open( url, "", "toolbar=0, scrollbars=1, location=1, statusbar=0, menubar=0, resizable=1,width=" + width + ", height="+ height + ", left=50, top=50, titlebar=yes" );
}
