function save_listing(id)
{	
	url = "../mylouer/saved-listings/global.php?howto=com&check[]=" + id ;
	popup(url);	
}

function email(id, lang)
{	
	url = "../mylouer/email/index.html?howto=com&cid=" + id ;
	popup(url);
}

function email_checked(id, lang)
{	
	url = "../mylouer/email/index.html?howto=com&check[]=" + id ;
	popup(url);
}
function print_me()
{

	document.form1.action = "http://www.louer.com/search/print-com03.html?comid=<?=$comid?>";
	document.form1.target= "_blank";
	document.form1.submit();
	document.form1.action="";
	document.form1.target= "_self";
}
