function createBookmark()
{
	if (navigator.appName=="Netscape")
	{
		document.write ('To bookmark this site, click ' + '<b>Bookmarks | Add bookmark</b> ' + 'or press <b>Ctrl+D</b>.');
	}
	else if (parseInt(navigator.appVersion)>3) 
	{
		if (window.external)
		{
			window.external.AddFavorite(location.href, document.title);
		} 
	}
}
/*function emailThisPage()
{
	name=document.URL;
	str = new String(name);
	//str = str.replace(/&/g,"%26");
	str = escape(str);
	window.location="mailto:?Subject=Have a look!! &Body=Dear Friend,%0D%0A%0D%0A I would like you to have a look at the following URL:- "+ str  + "%0D%0A%0D%0AThis URL is a part of Autocar Professional website (www.autocarprofessional.com) and contains information that might be useful for you.%0D%0A%0D%0AHope you find it useful.%0D%0A%0D%0AWarm regards%0D%0A%0D%0A <img src='http://localhost/AutoCarIndia/AutoCar/Images/logo.gif'>";
}
*/
function emailThisPage()
{
	name=document.URL;
	str = new String(name);
	str = escape(str);
	//document.getElementById('lblFullBody').value = "mailto:?Subject=Have a look!! &Body=Dear Friend,%0D%0A%0D%0A I would like you to have a look at the following URL:- "+ str  + "%0D%0A%0D%0AThis URL is a part of Autocar Professional website (www.autocarprofessional.com) and contains information that might be useful for you.%0D%0A%0D%0AHope you find it useful.%0D%0A%0D%0AWarm regards%0D%0A%0D%0A <img src='http://localhost/AutoCarIndia/AutoCar/Images/logo.gif'>";
	window.open('sendMail.aspx?URL=' + str,'SendMailPage','width=650,height=400,top=100,left=100,toolbar=No,location=No,directories=No,status=No,menubar=No,scrollbars=Yes,copyhistory=No,resizable=No');
}

function ShowImage(id)
{
	window.open('displayMotorImage.aspx?ImageID=' + id);
	return false;
}

