function CountrySet(sel)
{
	document.getElementById("country_id").value=sel.options[sel.selectedIndex].value;			
}
/* Open Popup Starts */
function OpenPopUpWindow(url,width,height,scrollbars)
{	
	window.open(url,'',"width="+width+", height="+height+", scrollbars="+scrollbars+", screenX=100, screenY=100, location=0, resizable=0, status=1, toolbar=0, menubar=0", false);
}
/* Open Popup Ends */


/* Delete Confirmation Starts */
/*function ConfirmDelete(PageName,Par,DeleteID,Name,Lebel) 
{	
	if(confirm("Delete "+Lebel+" "+Name+" ?")) 
	{
		document.location = PageName+"?Action=Del&DeleteID=" + DeleteID+"&"+Par;
	}	
}*/
/* Delete Confirmation Starts */
