if (document.images){
	status_open = new Image();status_close = new Image();
	status_open.src = "pics/minus.gif";status_close.src = "pics/plus.gif";}
	
function gosb(url,t){
	if(t == "")t="_self";window.open(url,t);}

function sbStatus(){
	var dpClosed = false;
	var item = new Array("qs","mc","ma","s","e","rp","b","cr"); //sidebar open/close
	for(x=0;x<item.length;x++){
		if(getCookie('sidebar_' + item[x]) == "1"){
			if(document.images [item[x]+"_img"]) document.images [item[x]+"_img"].src = status_close.src;
			if(document.getElementById(item[x]+'_div')) document.getElementById(item[x]+'_div').style.display = "";
			if((item[x]=="rp")||(item[x]=="s")) dpClosed = true;}
	}
			//if((document.getElementById('dp_divB'))&&(!dpClosed)) document.getElementById('dp_divB').style.display = "";
		
			if(document.getElementById('dp_divA')) document.getElementById('dp_divA').style.display = "";

	var item = new Array("customize","test");//landing page open/close
	for(x=0;x<item.length;x++){
		if(getCookie('sidebar_' + item[x]) == "1"){
			if (document.images [item[x]+"_img"]){
				document.images [item[x]+"_img"].src = status_open.src;document.getElementById(item[x]+'_div').style.display = "none";}
}}}

function checkHome(item)
{
	//homepage sidebar hasn't been activated yet, reload	
	var url = "https://www.godaddy.com/gdshop/default.asp?se=%2B&app%5Fhdr=&sb=1&item=sbitem";
	url = url.replace('sbitem', item);window.open(url,'_self');}

function togSB(item){
	if(document.images [item+"_img"])	document.images [item+"_img"].src = (document.images [item+"_img"].src == status_open.src) ? status_close.src:status_open.src;
	document.getElementById(item+'_div').style.display = (document.getElementById(item+'_div').style.display=="none") ? "":"none";
	if(getCookie('sidebar_' + item) == "1"){
		eraseCookie('sidebar_' + item);
		if((document.getElementById('dp_divB'))&&(getCookie('sidebar_rp') != "1")&&(getCookie('sidebar_s') != "1")) document.getElementById('dp_divB').style.display = "";		
	}
	else{
		createCookie('sidebar_' + item,1,'');
		if((document.getElementById('dp_divB'))&&((getCookie('sidebar_rp') == "1")||(getCookie('sidebar_s') == "1"))) document.getElementById('dp_divB').style.display = "none";		
}}

function linkSB(url){
	location.href = url;}

function createCookie(name,value,days){
	if (days){
		var date = new Date();
		date.setTime(date.getTime()+(days*24*60*60*1000));
		var expires = "; expires="+date.toGMTString();}
	else var expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}

function getCookie(name){
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++){
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);}
	return null;
}

function eraseCookie(name){
	createCookie(name,"",-1);}

function editSBselected(theForm, theVal, theDomain){
	if (theVal){
		theForm.searchSBselected.value = theForm.searchSBselected.value + '|' + theDomain + '|'}
	else{
		var theStr = theForm.searchSBselected.value;theStr = theStr.replace('|' + theDomain + '|', '');theForm.searchSBselected.value = theStr
}}

function checkSBDomain(searchForm){
	var canSubmit = false;
	var searchValue;
	if ('' == '' && searchForm.domainToCheck){
		searchValue = searchForm.domainToCheck.value;
		if (searchValue != ''){
			var regExInvalidChars = /[^a-zA-Z0-9-\s.]+/;
			if (regExInvalidChars.test(searchValue)){
				alert('Invalid character in domain.\n\nOnly letters, numbers or hyphens are allowed.')}
			else{
			canSubmit = true;}
		}
	}
	if (canSubmit){
		return true;
	}
	else{
		return false;}
}
<!--
function enterkey(frm,e)
{
	var keycode;
	if (window.event) keycode = window.event.keyCode;
	else if (e) keycode = e.which;
	if (keycode == 13) frm.submit();
}

function popPage(pagename, cici, progid, apphdr)
{
	var pgurl = 'se=%2B&app%5Fhdr=0&ci=cici';
	pgurl = pgurl.replace('cici', cici);
	if (progid != '')
	{
		pgurl = pgurl.replace('GoDaddy', progid);
	}
	if (apphdr != '')
	{
		pgurl = pgurl.replace('hdr=0', 'hdr=' + apphdr);
	}
	if (pagename.indexOf('?') <= 0)
	{
		pgurl = '?' + pgurl
	}
	else
	{
		pgurl = '&' + pgurl
	}
	if ((pagename.indexOf('http://') < 0)&&(pagename.indexOf('https://') < 0))
	{
		pgurl = ('https://www.godaddy.com/gdshop/' + pagename + pgurl);
	}
	else
	{
		pgurl = (pagename + pgurl);	
	}
	var win=window.open(pgurl, 'spop', 'left=20,top=20,resizable=yes,scrollbars=yes,width=610,height=620');
}
function popAnchor(pagename, cici, anchor)
{
	var pgurl = 'se=%2B&app%5Fhdr=0&ci=cici';
	pgurl = pgurl.replace('cici', cici);
	if (pagename.indexOf('?') <= 0)
	{
		pgurl = '?' + pgurl
	}
	else
	{
		pgurl = '&' + pgurl
	}
	if ((pagename.indexOf('http://') < 0)&&(pagename.indexOf('https://') < 0))
	{
		pgurl = ('https://www.godaddy.com/gdshop/' + pagename + pgurl);
	}
	else
	{
		pgurl = (pagename + pgurl);	
	}
	if (anchor != '')
	{
		pgurl = pgurl + '#' + anchor
	}
	var win=window.open(pgurl, 'spop', 'left=20,top=20,resizable=yes,scrollbars=yes,width=610,height=620');
}
function popFaq(article_id)
{
	var faqurl = 'http://help.godaddy.com/article.php?se=%2B&app%5Fhdr=0&article%5Fid=fff';
	faqurl = faqurl.replace('fff', article_id);
	var win=window.open(faqurl, 'spop', 'left=20,top=20,resizable=yes,scrollbars=yes,width=610,height=620');
}
function popFaqTopic(topic_id)
{
	var faqurl = 'http://help.godaddy.com/article_list.php?se=%2B&app%5Fhdr=0&topic%5Fid=fff';
	faqurl = faqurl.replace('fff', topic_id);
	var win=window.open(faqurl, 'spop');
}

//for abandon popup
var internal_clicked = false;	
function processLinks()
{
  //set internal_clicked on all links
  var links = document.getElementsByTagName("A");
  for (var i=0; i < links.length; i++)
  {
		if(!links[i].onclick) links[i].onclick = function(){internal_clicked = true;}
  }
  //set internal_clicked on all form submits
  var forms = document.getElementsByTagName("FORM");
  for (var i=0; i < forms.length; i++)
  {
    if(!forms[i].onsubmit) forms[i].onsubmit = function(){internal_clicked = true;}
  }
}

function abandonWin()
{
	if (!internal_clicked) //show abandon popup
	{
		var target = "_abandon";		
		var url = "https://www.godaddy.com/gdshop/jump_pages/abandon.asp?se=%2B&app%5Fhdr=99&location=locationurl";
		var loc = document.location.href;
		loc += (loc.indexOf('?') > 0) ? "&":"?";
		if (loc.indexOf('domainToCheck') < 1) loc += "domainToCheck=&tld=&checkAvail=&currStep="
		loc = passedURLEncode(loc);
		url = url.replace('locationurl', loc);		
		var winWidth = 420;
		var winHeight = 370;
		var options = "resizable=0,scrollbars=0,status=0,location=0,menubar=0,toolbar=0,";
		options += "width=" + winWidth + ",";
		options += "height=" + winHeight + ",";
		options += "screenY=" + ((screen.availHeight - winHeight) /2) + ",";
		options += "top=" + ((screen.availHeight - winHeight) /2) + ",";
		options += "screenX=" + ((screen.availWidth - winWidth) /2) + ",";
		options += "left=" + ((screen.availWidth - winWidth) /2) + ",";
		var win = window.open(url,target,options); win.focus();
	}
}
function passedURLEncode(str)
{
	str = str.replace(/\?/g,"!");
	str = str.replace(/=/g,"^");
	str = str.replace(/&/g,"$");
	return str;
}
//-->
var agt=navigator.userAgent.toLowerCase();
var is_safari = agt.indexOf("safari")!=-1;

function getdropdowns(){
	var dn = 'domd';startdiv(dn,'124');
	bi('https://www.godaddy.com/gdshop/secure_transfer_domains.asp?se=%2B&ci=1090',dn,'My Domain Names');
	bi('https://www.godaddy.com/gdshop/account/exec.asp?se=%2B&ci=4309',dn,'NEW! Assign an AccountExec');
	bi('https://www.godaddy.com/gdshop/registrar/search.asp?se=%2B&ci=235',dn,'Register a Domain <span class=free>Get FREE Email</span>');
	bi('https://www.godaddy.com/gdshop/registrar/bulk/bulk.asp?se=%2B&ci=254',dn,'Bulk Registration');
	bi('https://www.godaddy.com/gdshop/transfers/landing.asp?se=%2B&ci=255',dn,'Transfer a Domain <span class=free>Get FREE Email</span>');
	bi('https://www.godaddy.com/gdshop/transfers/landing.asp?se=%2B&ci=256&bulk=1',dn,'Bulk Transfer');
	bi('https://www.godaddy.com/gdshop/myportal/domainren.asp?se=%2B&ci=891',dn,'Renew a Domain <span class=free>Get FREE Email</span>');
	bi('https://www.godaddy.com/gdshop/dbp/landing.asp?se=%2B&ci=257',dn,'Private Registration <span class=free>$4.99 or FREE with 3!</span>');
	bi('https://www.godaddy.com/gdshop/deluxe_whois/landing.asp?se=%2B&ci=4964',dn,'Business Registration');
	bi('https://www.godaddy.com/gdshop/protect/landing.asp?se=%2B&ci=6442',dn,'NEW! Platinum Registration');
	bi('https://www.godaddy.com/gdshop/park/landing.asp?se=%2B&ci=6484',dn,'NEW! Turn parked domains into cash');	
	bi('https://www.godaddy.com/gdshop/Domain_Alert/landing.asp?se=%2B&ci=258',dn,'Backorder a Domain <span class=free>Get FREE Email</span>');
	bi('https://www.godaddy.com/gdshop/dna/appraisal.asp?se=%2B&ci=4370',dn,'NEW! Domain Appraisals');
	bi('http://www.tdnam.com/?se=%2B&ci=1547',dn,'Domain Auctions');
	bi('https://www.godaddy.com/gdshop/smallbiz.asp?se=%2B&ci=3629',dn,'Business Solutions');
	enddiv(); 
	dn = 'hostd';startdiv(dn ,'142');
	bi('https://www.godaddy.com/gdshop/secure_transfer_hosting.asp?se=%2B&ci=1091',dn ,'My Hosting Account');
	bi('https://www.godaddy.com/gdshop/hosting/shared.asp?se=%2B&ci=260',dn ,'Hosting Plans');
	bi('https://www.godaddy.com/gdshop/hosting/virtual.asp?se=%2B&ci=466&display=virtual',dn ,'Virtual Dedicated Servers');
	bi('https://www.godaddy.com/gdshop/hosting/dedicated.asp?se=%2B&ci=722&display=dedicated',dn ,'Dedicated Servers');
	bi('https://www.godaddy.com/gdshop/blog/landing.asp?se=%2B&ci=5247',dn ,'Quick Blog');
	bi('https://www.godaddy.com/gdshop/pod/landing.asp?se=%2B&ci=6596',dn ,'NEW! Quick Podcast');
	bi('https://www.godaddy.com/gdshop/hosting/stats_Landing.asp?se=%2B&ci=261',dn ,'Traffic Facts');
	bi('https://www.godaddy.com/gdshop/ssl/ssl_support_pack.asp?se=%2B&ci=263',dn ,'Dedicated IP');
	bi('https://www.godaddy.com/gdshop/hosting/hosting_build_website.asp?se=%2B&ci=264',dn ,'Site Builders');
	bi('https://www.godaddy.com/gdshop/personal_solutions.asp?se=%2B&ci=4440',dn ,'Personal Solutions');
	enddiv();
	dn = 'webd';startdiv(dn,'109');
	bi('https://www.godaddy.com/gdshop/secure_transfer_wst.asp?se=%2B&ci=1092',dn,'My Website Account');
	bi('https://www.godaddy.com/gdshop/hosting/hosting_build_website.asp?se=%2B&ci=265',dn,'WebSite Tonight® (online)');
	bi('https://www.godaddy.com/gdshop/blog/landing.asp?se=%2B&ci=5248',dn ,'Quick Blog');
	bi('https://www.godaddy.com/gdshop/pod/landing.asp?se=%2B&ci=6597',dn ,'NEW! Quick Podcast');
	bi('https://www.godaddy.com/gdshop/traffic_blazer/landing.asp?se=%2B&ci=751',dn,'Traffic Blazer®');
	bi('https://www.godaddy.com/gdshop/photocd/default.asp?se=%2B&ci=267',dn,'Photography and Images');
	bi('https://www.godaddy.com/gdshop/personal_solutions.asp?se=%2B&ci=4441',dn,'Personal Solutions');
	enddiv();
	dn = 'ed';startdiv(dn,'64');
	bi('https://www.godaddy.com/gdshop/sh_email_account.asp?se=%2B&ci=1093',dn,'My Email Account');
	bi('https://www.godaddy.com/gdshop/email.asp?se=%2B&ci=269',dn,'Email Accounts');
	bi('https://www.godaddy.com/gdshop/email/vsdb_landing.asp?se=%2B&ci=270',dn,'Online File Folder');
	bi('https://www.godaddy.com/gdshop/email/fte_landing.asp?se=%2B&ci=423',dn,'Fax Thru Email');
	bi('https://www.godaddy.com/gdshop/blazers/cb_landing.asp?se=%2B&ci=752',dn,'Express Email Marketing®');
	bi('https://www.godaddy.com/gdshop/calendar/landing.asp?se=%2B&ci=2745',dn,'Online Group Calendar');
	bi('https://www.godaddy.com/gdshop/smallbiz.asp?se=%2B&ci=6478',dn,'Business Solutions');
	enddiv();
	dn = 'ssld';startdiv(dn,'132');
	bi('https://www.godaddy.com/gdshop/ssl/ssl.asp?se=%2B&ci=271',dn,'See All Certificates');
	bi('https://www.godaddy.com/gdshop/ssl/compare.asp?se=%2B&ci=275',dn,'Compare');
	enddiv();
	dn = 'ecod';startdiv(dn,'102');
	bi('https://www.godaddy.com/gdshop/ecommerce/landing.asp?se=%2B&ci=281',dn,'Merchant Accounts');
	bi('https://www.godaddy.com/gdshop/ecommerce/cart.asp?se=%2B&ci=278',dn,'Quick Shopping Cart®');
	bi('https://www.godaddy.com/gdshop/traffic_blazer/landing.asp?se=%2B&ci=277',dn,'Traffic Blazer®');
	bi('https://www.godaddy.com/gdshop/blazers/cb_landing.asp?se=%2B&ci=279',dn,'Express Email Marketing®');
	bi('https://www.godaddy.com/gdshop/email/fte_landing.asp?se=%2B&ci=424',dn,'Fax Thru Email');
	bi('https://www.godaddy.com/gdshop/copyright/landing_choice.asp?se=%2B&ci=282',dn,'c-Site®');
	bi('https://www.godaddy.com/gdshop/smallbiz.asp?se=%2B&ci=276',dn,'Business Solutions');
	bi('https://www.godaddy.com/gdshop/deluxe_whois/landing.asp?se=%2B&ci=4965',dn,'NEW! Business Registration');
	bi('https://www.godaddy.com/gdshop/wwd_landing.asp?se=%2B&ci=283',dn,'Reseller Opportunities');
	enddiv();
	dn = 'dad';
	startdiv(dn,'120');
	bi('https://www.godaddy.com/gdshop/secure_transfer_tdnam.asp?se=%2B&ci=3653',dn,'My TDNAM Account');     
	bi('https://www.godaddy.com/gdshop/dna/landing.asp?se=%2B&ci=3675',dn,'Buy or Sell Domains');       
	bi('http://www.tdnam.com/?se=%2B&ci=3654',dn,'View Domain Auctions');     
	bi('https://www.godaddy.com/gdshop/dna/appraisal.asp?se=%2B&ci=4371',dn,'NEW! Domain Name Appraisals');
	enddiv();
	dn = 'wwdd';
	startdiv(dn,'120');
	bi('https://www.godaddy.com/gdshop/secure_transfer_reseller.asp?se=%2B&ci=3304',dn,'My Reseller Account');
	bi('https://www.godaddy.com/gdshop/reseller/basic.asp?se=%2B&ci=3305',dn,'Basic Resellers'); 
	bi('https://www.godaddy.com/gdshop/reseller/instant.asp?se=%2B&ci=3306',dn,'Pro Resellers'); 
	bi('https://www.godaddy.com/gdshop/reseller/super.asp?se=%2B&ci=3307',dn,'Super Resellers');
	bi('https://www.godaddy.com/gdshop/reseller/api.asp?se=%2B&ci=3309',dn,'API Resellers');    
	bi('https://www.godaddy.com/gdshop/reseller/instant_compare.asp?se=%2B&ci=3308',dn,'Compare Resellers');
	enddiv();
}

function startdiv(idval,w){
	var s = document.write ('<div id="'+idval+'"><table width="'+w+'" border="0" cellpadding="0" cellspacing="0" class="mt">');
}
function enddiv(){
	var s = document.write ("</table></div>");
}
function bi(link,div,name){
	var s = document.write ("<tr><td onClick=\"lnk('"+link+"');\" onMouseOver=\"menuovr('"+div+"','"+pn(name)+"',this);\" onMouseOut=\"menuout('"+div+"',this);\" class=\"nav2\">"+name+"</td></tr>");
}
function pn(name){
	var s=name;if(s.indexOf("<")>0) {return(s.slice(0,s.indexOf("<")-1));}return(s);
}
function lnk(link){
	internal_clicked = true;
	window.open(link,'_self');
}
function mainovr(div,status){
	if(is_safari){
		bHover=status;window.status=status;setDD(div,status,false);}
	else{
		bHover=status;window.status=status;setTimeout('setDD(\'' + div + '\', \'' + status + '\', false)',400);}
}
function mainout(div){
	bHover='';window.status='';setDDTimeout(div);
}
function menuovr(div, link, item){
	window.status=link;item.style.backgroundColor='#CCCCCC';setDD(div,'',true);
}
function imgovr(div){
}
function menuout(div, item){
	setDDTimeout(div);item.style.backgroundColor='#F0F0F0';
}
function findDiv(n, d) { 
	var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findDiv(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function tNav() { 	
	var i,p,v,obj,args=tNav.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=findDiv(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }    
}
function hideDDs(sect) {
	tNav('domd','','hide');tNav('hostd','','hide');tNav('webd','','hide');tNav('ed','','hide');tNav('ssld','','hide');tNav('ecod','','hide');tNav('dad','','hide');tNav('wwdd','','hide');showElement('SELECT');
}
function hideDD(sect) {
	tNav(sect,'','hide');hideDDs(sect);
}
var secSet = null;
var activeTimer = null;
var bHover = '';
var img = '';
function setDD(sect, windowStatusVal, bshow) {
	hideDDs(sect);
	if ((bHover==windowStatusVal)||(bshow)){
		tNav(sect,'','show');
		if (secSet != null) window.clearTimeout(secSet);		
		hideElement('SELECT', document.all[sect]); 
	}
}
function setDDTimeout(sect){
	if (secSet != null) window.clearTimeout(secSet);
	secSet = window.setTimeout('hideDD("' + sect + '")',500);
}
function hideElement( elmID, overDiv ) {
  if(document.all) {
    for(i = 0; i < document.all.tags( elmID ).length; i++) {
      obj = document.all.tags( elmID )[i];
      if(!obj || !obj.offsetParent) continue;
      // Find the element's offsetTop and offsetLeft relative to the BODY tag.
      objLeft   = obj.offsetLeft - overDiv.offsetParent.offsetLeft;
      objTop    = obj.offsetTop;
      objParent = obj.offsetParent;
      while(objParent.tagName.toUpperCase() != 'BODY') {
        objLeft  += objParent.offsetLeft;
        objTop   += objParent.offsetTop;
        objParent = objParent.offsetParent;}
      objHeight = obj.offsetHeight;
      objWidth  = obj.offsetWidth;
      if((overDiv.offsetLeft + overDiv.offsetWidth) <= objLeft);
      else if((overDiv.offsetParent.offsetTop + overDiv.offsetHeight + 20) <= objTop);
      else if(overDiv.offsetTop >= eval(objTop + objHeight));
      else if(overDiv.offsetLeft >= eval(objLeft + objWidth));
      else {
        obj.style.visibility = 'hidden';
      }
    }
  }
}

function showElement(elmID) {
  if(document.all) {
    for(i = 0; i < document.all.tags( elmID ).length; i++) {
      obj = document.all.tags(elmID)[i];
      if(!obj || !obj.offsetParent) continue;
      obj.style.visibility = '';
    }
  }
}

function jAhead(){
		var frm = document.frmExpert;
		var show = "";
		for (x=0;x<8;x++){
			if(frm.j[x].checked==true){
				show += (show>"") ? "|":"";
				show += frm.j[x].value;}}
		if (show>""){
			frm.showonly.value = show;}
		else{
			alert("Please select a section to jump to.");}
		frm.submit();	
	}
	function needHelp(){
		var url, ci
		var frm = document.frmSideHelp;
		var item = frm.needHelp.options[frm.needHelp.selectedIndex].value;	
		switch (item){
		 case "reg": ci = "6033";url = "registrar/search.asp";break;
		 case "trans": ci = "6203";url = "transfers/landing.asp";break;
		 case "dna": ci = "6204";url = "dna/landing.asp";break;
		 case "dna2":	ci = "6205";url = "dna/landing.asp";break;
		 case "dbp": ci = "6206";url = "dbp/landing.asp";break;
		 case "wst": ci = "6207";url = "hosting/hosting_build_website.asp";break;
		 case "host":	ci = "6208";url = "hosting/landing.asp";break;
		 case "email": ci = "6209";url = "email.asp";break;
		 case "ssl": ci = "6210";url = "ssl/ssl.asp";break;
		 case "blog":	ci = "6211";url = "blog/landing.asp";break;
		 case "pod":	ci = "6598";url = "pod/landing.asp";break;
		 case "tb":	ci = "6212";url = "traffic_blazer/landing.asp";break;
		 case "cart":	ci = "6213";url = "ecommerce/cart.asp";break;
		 case "fte": ci = "6214";url = "email/fte_landing.asp";break;
		 case "eem": ci = "6215";url = "blazers/cb_landing.asp";break;
		 case "ecom":	ci = "6216";url = "ecommerce/landing.asp";break;
		 case "copy":	ci = "6217";url = "copyright/landing_choice.asp";break;
		 case "wwd": ci = "6218";url = "wwd_landing.asp";break;}	
		go(url, ci);
	}
<!--
	var tabCnt = 1;
	tab_lt_white = new Image();tab_lt_grey = new Image();
	tab_rt_white = new Image();tab_rt_grey = new Image();
	tab_lt_white.src = "http://imagesak.godaddy.com/aaa/home/wht_left_corner.png";tab_lt_grey.src = "http://imagesak.godaddy.com/aaa/home/grey_left_corner.png";
	tab_rt_white.src = "http://imagesak.godaddy.com/aaa/home/wht_right_corner.png";tab_rt_grey.src = "http://imagesak.godaddy.com/aaa/home/grey_right_corner.png";
	function openTDNAMTab(tab)
	{
		for(ii=0;ii<tabCnt;ii++){
			if(document.getElementById('tab'+ii)){
				if (ii == tab){
					document.images ['tabLeft'+ii].src = tab_lt_white.src;
					document.images ['tabRight'+ii].src = tab_rt_white.src;
					document.getElementById('tabLeftTD'+ii).style.borderBottom = "";
					document.getElementById('tabRightTD'+ii).style.borderBottom = "";
					document.getElementById('tabMain'+ii).style.backgroundColor = "#ffffff";
					document.getElementById('tabMain'+ii).style.fontWeight = "bold";
					document.getElementById('tabMain'+ii).style.borderBottom = "";
					document.getElementById('tab'+ii).style.display = "";}
				else{
					document.images ['tabLeft'+ii].src = tab_lt_grey.src;
					document.images ['tabRight'+ii].src = tab_rt_grey.src;
					document.getElementById('tabLeftTD'+ii).style.borderBottom = "1px solid #444444";
					document.getElementById('tabRightTD'+ii).style.borderBottom = "1px solid #444444";
					document.getElementById('tabMain'+ii).style.backgroundColor = "#EDEDED";
					document.getElementById('tabMain'+ii).style.fontWeight = "normal";
					document.getElementById('tabMain'+ii).style.borderBottom = "1px solid #444444";
					document.getElementById('tab'+ii).style.display = "none";}
			}
		}
	}
	//-->
<!--
	function submitSBDomains(theForm)
	{
		var canSubmit = false;
		for(i=0;i<theForm.elements.length;i++)
		{
			if (theForm.elements[i].checked == true)
			{
				canSubmit = true;
				break;
			}
		}
		if (canSubmit) 
		{
		
			theForm.submit();
		
		}
		else
		{
			alert('Please select a domain name.');
		}
	}
	//-->
	
	function go(url, ci){
	strurl = "https://www.godaddy.com/gdshop/" + url;
	strurl += (strurl.indexOf("?") > 0) ? "&":"?";
	strurl +="se=%2B";
	if(ci>'') strurl += ("se=%2B" > '') ? "&ci=" + ci:"ci=" + ci;	
	window.open(strurl,'_self');}
function setFocus(){document.forms.LookupForm.domainToCheck.focus();}	
function openICANNPopup(){var win=window.open('https://www.godaddy.com/gdshop/jump_pages/icann_dry.asp?se=%2B&app%5Fhdr=99', 'icann', 'left=50,top=50,resizable=yes,scrollbars=yes,width=400,height=250');}
function blogInfoPopup(){window.open('https://www.godaddy.com/gdshop/jump_pages/blog_info.asp?se=%2B&app%5Fhdr=99&ci=3655', 'blog', 'left=20,top=20,scrollbars=yes,resizable=yes,width=600,height=500');}

function lnk_f(link,w,h,n){
	window.open(link,n,'left=200,top=50,resizable=yes,scrollbars=yes,width='+w+',height='+h);}
function swapText() {
	document.forms.enews.EmailSub.value = document.forms.enews.EmailEnter.value;
	document.forms.enews.EmailEnter.value = 'Thank you!';}
	
	