function DoPopup()
{
	var strDescription = "width=360,height=450,top=" + (screen.height - 525) + ",left=" + (screen.width - 385) + ",resizable=yes,screenY=" + (screen.height - 525) + ",screenX=" + (screen.width - 385);
	window.open("subscribe_popup.html", "myPopup", strDescription);
}
