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


