function popupSize(thepage,width,height)
{
	window.open(thepage,"previewwindow", 'menubar,resizable,dependent,scrollbars,status,width=' + width + ',height=' + height);
}
