// JScript source code

/****************************************************************/
/* Method Name		:	js_Kuvalai_VilakamPeruga
/*
/* Date Modified	:	20-May-2006
/*
/* Description		:	This method posts the given parameter to the 
/*						detailed page.
/*
/* Copy Right (c)	:	E.Ganesan (c) Kuvalai.Com  2002-2006.
/*
/****************************************************************/
function js_Kuvalai_vilakkamPeruga(url) 
{   
	document.Seithi.Link.value = url;
	document.Seithi.submit();
}   
