function contactUs(path)
{
	contact  = window.open(path+"contact_us.php","temp2","width=600,height=350,scrollbars=yes");
	contact.focus();
}

var searchDone=false;

function contactUs(path)
{
	contact  = window.open(path+"contact_us.php","temp2","width=600,height=350,scrollbars=yes");
	contact.focus();
}
function post(path,cat)
{
	postTmp  = window.open(path+"post.php","temp2","width=600,height=550,scrollbars=yes");
	postTmp.focus();
}

function addBookmark(title,url) 
{
	if (window.sidebar) 
	{
		window.sidebar.addPanel(title, url,"");
	} else if( document.all ) 
	{
		window.external.AddFavorite( url, title);
	} 
	else if( window.opera && window.print ) 
	{
		return true;
	}
}

function openWin(pge)
{
	opnWin = window.open(pge,'newOpenWindow','status=no,height=600,width=600,resizable=yes,location=yes,scrollbars=yes');
	opnWin.focus();
}
function tellYourFriend()
{
	//alert("ss");
	var  newDoc= document.getElementById("tellYourFriend");
	alert(newDoc.type)
	newDoc.document.getElementById("senderName").value="ss";
	
}