//pop-up window open
function w(url, t, l, w, h)
{
	window.open(url, "popup", "top=" + t + ",left=" + l + ",status=no,scrollbars=yes,width=" + w + ",height=" + h);
}

