<!--
	function remote(url){
	window.opener.location=url
	}
	function validate()
	{
		if (document.sDom.dom.value==""){
		alert("Please enter the Domain Name you want to register!");
		document.sDom.dom.focus();
		return false;
	}
	}
function ad(htmfile) {
	popUpWin = window.open(htmfile,'smallWin','top=70,height=350,width=500,toolbar=0,location=0, directories=0,status=0,menubar=0,scrollbars=0,resizable=0')
	if (navigator.appName == 'Netscape') {
		popUpWin.focus()
	}
 
 }

//Help
function openHelpPopup(filename,id){
var windowprops="height=300,width=520,location=no,scrollbars=no,"
+ "menubars=no,toolbars=no,resizable=no,titlebar=no";
var URL="/html/help/index.html?fileName=" + filename + "&helpID=" + id;
popup=window.open(URL,"MenuPopup",windowprops);
}

//Open Window
function openWin(fileName,height,width){
	var windowprops="height=" + height + ",width=" + width + ",location=no,scrollbars=no,"
	+ "menubars=no,toolbars=no,resizable=no,titlebar=no";
	var URL=fileName;
	popup=window.open(URL,"MenuPopup",windowprops);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//openWin('http://www.net4india.com/images/banners/dotin/popup.html',300,400);
//
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->