function removeNewsletterEmailText()
{
	var newsletterText=document.getElementById("Subscribe2_txtNewsletter");
	if (newsletterText.value=="enter your email...")
		newsletterText.value="";
}
function openWindow(image)
{
	window.open("Images/"+image,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=yes, width=740, height=565")
}
									