function pop(x, w, h) {
	window.open(x,"x","width=" + w + ",height=" + h + ",status=yes");
	}

function popscroll(x) {
	window.open(x,"popscroll","width=500,height=320,status=yes,scrollbars=yes");
	}

function popscrollsize(y, w) {
	window.open(y,"y","width=" + w + ",height=450,status=yes,scrollbars=yes");
	}

function popPage(x, w, h, t) {
	window.open(x,t,"width=" + w + ",height=" + h + ",status=yes,scrollbars=yes");
	}