<!-- General Rollover and preloaders
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  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=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


{ //Sets date and the time, assigns verbose to numeric returns

	}

var TodaysDate = new Date();
var TodayHours = TodaysDate.getHours();
var TodayMinutes = TodaysDate.getMinutes();
var TodayYear = TodaysDate.getYear();
var TodayDay = TodaysDate.getDate();
var TodayAMPM = "am";
var TodayMonth = TodaysDate.getMonth();
var DisplayMonth = "";
if (TodayMinutes<10)
  TodayMinutes="0"+TodayMinutes;
if (TodayYear < 1900)
  TodayYear+=1900;

if (TodayHours >=12)  {
  TodayAMPM="pm";
  }
if (TodayHours >12)  {
  TodayHours-=12;
}

if (TodayMonth == 0)  {
    DisplayMonth="January";
  }

if (TodayMonth == 1)  {
    DisplayMonth="Febuary";
  }

if (TodayMonth == 2)  {
    DisplayMonth="March";
  }

if (TodayMonth == 3)  {
    DisplayMonth="April";
  }
  
if (TodayMonth == 4)  {
    DisplayMonth="May";
  }
  
if (TodayMonth == 5)  {
    DisplayMonth="June";
  }
 
if (TodayMonth == 6)  {
    DisplayMonth="July";
  }
 
if (TodayMonth == 7)  {
    DisplayMonth="August";
  }
  
if (TodayMonth == 8)  {
    DisplayMonth="September";
  }
  
if (TodayMonth == 9)  {
    DisplayMonth="October";
  }

if (TodayMonth == 10)  {
    DisplayMonth="November";
  }

if (TodayMonth == 11)  {
    DisplayMonth="December";
  }

// Set status bar message for iconography
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

// Open a popup window
function Open(theURL,winName,features) { //Popup function
   window.open(theURL,winName,features);
}




//Contact Cisco function
function contactCisco(theURL,winName,features) {
	 window.open(theURL,winName,features);
}

function contact(location) {
	if (location!='') {
		switch (location) {
			case "smb": {
			callerID = '3';
			Open('/web/NL/solutions/helpdesk/home_desk.html?contactType='+location+'&cl='+callerID+'','','menubar=no,scrollbars=no,resizable=no,width=720,height=500');
			break
			}
			case "ent": {
			callerID = '2';
			Open('/web/NL/solutions/helpdesk/home_desk.html?contactType='+location+'&cl='+callerID+'','','menubar=no,scrollbars=no,resizable=no,width=720,height=500');
			break
			}
			case "sp": {
			callerID = '4';
			Open('/web/NL/solutions/helpdesk/home_desk.html?contactType='+location+'&cl='+callerID+'','','menubar=no,scrollbars=no,resizable=no,width=720,height=500');
			break
			}
			case "tecsol": {
			callerID = '7';
			Open('/web/NL/solutions/helpdesk/home_desk.html?contactType='+location+'&cl='+callerID+'','','menubar=no,scrollbars=no,resizable=no,width=720,height=500');
			break
			}
			case "home": {
			callerID = '1';
			Open('/web/NL/solutions/helpdesk/home_desk.html?contactType='+location+'&cl='+callerID+'','','menubar=no,scrollbars=no,resizable=no,width=720,height=500');
			break
			}
			default: {
			callerID = '1';
			location = 'home';
			Open('/web/NL/solutions/helpdesk/home_desk.html?contactType='+location+'&cl='+callerID+'','','menubar=no,scrollbars=no,resizable=no,width=590,height=500');	
			break
			}
		}
	}else {
	//nothing
	}
}

//Quick Solution Finder
function qsf() {
	Open('','','menubar=yes,scrollbars=no,resizable=yes,width=500,height=520');
	}

	
//navigator || ie detector window caller
function callWindow(theURL,winName,features) {

   var app=navigator.appName;
   if (app.indexOf('Netscape') == -1) {
   window.open(theURL,winName,features);
   //window.close();
   }
   else {
   //window.open(theURL,winName,features);
   window.open(theURL,winName,features);
   }
  }
  
//Newsletter signup page (not noted in Guidelines PDF)
function newsletter() {
	Open('http://eprefs.net/cg/msc.plex?cn=cibrwm&o=lookup&lid=4329&e','','menubar=yes,scrollbars=yes,resizable=yes,width=600,height=600');
	}
	
//SMB Related links section
function relatedLinks(argument) {
	link = (argument);
	entFile = "/web/NL/solutions/ent/";
	tecFile = "/web/NL/solutions/ent/technology/";
	busFile = "/web/NL/solutions/ent/business/";
	spFile = "/web/NL/solutions/sp/";
	smbFile = "/web/NL/solutions/smb/";
	mediaFile = "/web/NL/media/";
 errorMessage = "There has been an error finding the file you requested.\nPlease use the Cisco Help Desk on the right hand navigation panel to contact\na Cisco Representative for further information.";
 eta = errorMessage;
	//alert(link);
		switch (link) {
			//assign action per link
			case "bn"://basic networking
				location.href = smbFile+'tecsols/basic_networking.html';
				break
			case "cdn":
				location.href = smbFile+'tecsols/cdn.html';
				break
			case "sas":
				Open(tecFile+'ca.htm','','menubar=no,scrollbars=no,resizable=no,width=600,height=200');
				break
			case "ipt":
				location.href = smbFile+'tecsols/ipt.html';
				break
			case "wls":
				location.href = tecFile+'/em.html';
				break
			case "vpn":
				location.href = smbFile+'tecsols/vpn.html';
				break
			case "ipcc":
 			location.href = smbFile+'tecsols/ipcc.html';
				break
			default:
    alert(errorMessage);
			}
	}
	
//Enterprise business solution switchbox
function busol(solution) {
	//default
	sol = '';
	sol = (solution);
	entFile = "/web/NL/solutions/ent/";
	tecFile = "/web/NL/solutions/ent/technology/";
	busFile = "/web/NL/solutions/ent/bus_solutions/";
	spFile = "/web/NL/solutions/sp/";
	smbFile = "/web/NL/solutions/smb/";
	mediaFile = "/web/NL/media/";
 errorMessage = "There has been an error finding the file you requested.\nPlease use the Cisco Help Desk on the right hand navigation panel to contact\na Cisco Representative for further information.";
	//alert(link);
		switch (sol) {
			//assign action per link
			case "scm":
				location.href = busFile+'scm_home.html';
				break
			case "el":
				location.href = busFile+'el_home.html';
				break
			case "wo":
				location.href = busFile+'wo_home.html';
				break
			case "cc":
				location.href = busFile+'cc_home.html';
				break
			default:
				alert(errorMessage);
			}
	}
	
//Enterprise technology solution switchbox
function tecsol(solution) {
errorMessage = "There has been an error finding the file you requested.\nPlease use the Cisco Help Desk on the right hand navigation panel to contact\na Cisco Representative for further information.";
	//default
	sol = '';
	sol = (solution);
	entFile = "/web/NL/solutions/ent/";
	tecFile = "/web/NL/solutions/ent/avvid_solutions/";
	busFile = "/web/NL/solutions/ent/business/";
	spFile = "/web/NL/solutions/sp/";
	smbFile = "/web/NL/solutions/smb/";
	mediaFile = "/web/NL/media/";
	eta = 'coming soon';
	//alert(link);
		switch (sol) {
			//assign action per link
			case "cdn":
				location.href = tecFile+'cdn_home.shtml';
				break
			case "cd":
				location.href = tecFile+'cdn_home.shtml';
				break
			case "cdn_hrt":
				location.href = tecFile+'cdn_hrt.html';
				break
			case "cdn_sales":
				location.href = tecFile+'cdn_sales.html';
				break
			case "data_center":
				location.href = tecFile+'snaip_home.shtml ';
				break
			case "edc":
				location.href = tecFile+'edc.html';
				break
			case "em":
				location.href = tecFile+'em.html';
				break
			case "iptel":
				location.href = tecFile+'iptel_home.shtml';
				break
			case "ipt":
				location.href = tecFile+'iptel_home.shtml';
				break
			case "ipcc":
				location.href = tecFile+'ipcc_home.shtml';
				break
			case "san":
				location.href = tecFile+'san_home.shtml';
				break
			case "sn":
				location.href = tecFile+'san_home.shtml';
				break
			case "vpn":
				location.href = tecFile+'vpn_home.shtml';
				break
			case "optical":
				location.href = tecFile+'optical_home.shtml';
				break
			case "on":
				location.href = tecFile+'on.html';
				break
			case "mobility":
				location.href = tecFile+'mobility_home.shtml';
				break
			case "snaip":
				location.href = tecFile+'snaip_home.shtml';
				break
			case "wis":
				location.href = tecFile+'mobility_home.shtml';
				break	
			default:
				alert(errorMessage);
			}
	}

//SMB Network Reference Architecture switch
function nra(loc) {
errorMessage = "There has been an error finding the file you requested.\nPlease use the Cisco Help Desk on the right hand navigation panel to contact\na Cisco Representative for further information.";
	entFile = "/web/NL/solutions/ent/";
	tecFile = "/web/NL/solutions/ent/technology/";
	busFile = "/web/NL/solutions/ent/business/";
	spFile = "/web/NL/solutions/sp/";
	smbFile = "/web/NL/solutions/smb/";
	mediaFile = "/web/NL/media/";
	nraFile = "/web/NL/solutions/smb/";
	eta = 'coming soon';

	switch (loc) {
	
				case "ec":
				//
				location.href = nraFile+'customer/ec/ec_networkdiag1_home.shtml';
					break
				case "cc"://public care
					location.href = nraFile+'customer/cc/cc_networkdiag1_home.shtml';
					break
				case "ci"://customer interaction
					location.href = nraFile+'customer_interaction_diag.html';
					break
				case "sfa"://sales force automation
					location.href = nraFile+'business_prod/sfa/sfa_networkdiag1_home.shtml';
					break
				case "wc"://web communication
					location.href = nraFile+'communication/wc/wc_networkdiag1_home.shtml';
					break
				case "fm"://financial management
					location.href = nraFile+'business_prod/fm/fm_networkdiag1_home.shtml';
					break
				case "md"://manufacturing and distribution
					location.href = nraFile+'business_prod/md/md_networkdiag1_home.shtml';
					break
				case "wo"://workforce optimisation
					location.href = nraFile+'workforce_opt_diag.html';
					break
				case "scm"://supply chain management
					location.href = nraFile+'partner/scm/scm_networkdiag1_home.shtml';
					break
				case "ep"://e-procurement
					location.href = nraFile+'partner/eproc/ep_networkdiag1_home.shtml';
					break
				case "hrm"://human resource management
					location.href = nraFile+'business_prod/hrm/hrm_networkdiag1_home.shtml';
					break
				case "wm"://web marketing
					location.href = nraFile+'webmarketing/wm_networkdiag1_home.shtml';
					break		
		default:
   alert(errorMessage);
			//alert(eta);
			}
		}


//core site navigation
function linkTo(area,args) {
	entFile = "/web/NL/solutions/ent/";
	entHome = "";
	tecFile = "/web/NL/solutions/ent/technology/";
	busFile = "/web/NL/solutions/ent/business/";
	spFile = "/web/NL/solutions/sp";
	spHome = "";
	smbFile = "/web/NL/solutions/smb/";
	smbHome = "";
	partnerFile = "";
	mediaFile = "/web/NL/media/";
	nraFile = "/web/NL/solutions/smb/network_diags/";
	homeFolder = "/web/NL/";
	homeFile = "/web/NL/home_shtml";
 errorMessage = "There has been an error finding the file you requested.\nPlease use the Cisco Help Desk on the right hand navigation panel to contact\na Cisco Representative for further information.";
	eta = errorMessage;
	switch (area) {
		case "home":
		//
		location.href = homeFile;
		break
		case "ent":
			//
			location.href = entHome;
			break
		case "smb":
			//
			location.href = smbHome;
			break
		case "sp":
			//
			location.href = spHome;
			break
		case "partners":
			//
			location.href = partnerFile;
			break
		case "locations":
			//
			location.href = homeFolder+'migration/locations.html';
			break
		case "reseller":
			//
			location.href = homeFolder+'migration/reseller.html';
			break
		case "education":
			//
			location.href = homeFolder+'migration/education.html';
			break
		case "training":
			//
			location.href = homeFolder+'migration/training.html';
			break
		case "press":
			//
			location.href = homeFolder+'migration/press.html';
			break
		case "events":
			//
			location.href = homeFolder+'migration/events.html';
			break
		case "smb_web_marketing":
			//
			location.href = smbFile+'webmarketing/wm_whatis_home.shtml';
			break
		case "smb_communication":
			//
			location.href = smbFile+'communication/communication_home.shtml';
			break
		case "smb_web_communication":
			//
			location.href = smbFile+'communication/wc/wc_whatis_home.shtml';
			break
		case "smb_customer_interaction":
			//
			location.href = smbFile+'customer/customer_home.shtml';
			break
		case "smb_partner_efficiency":
			location.href = smbFile+'partner/partner_home.shtml';
			break
		case "smb_business_productivity":
			//
			location.href = smbFile+'business_prod/business_prod_home.shtml';
			break
		case "smb_sales_force_automation":
			//
			location.href = smbFile+'business_prod/sfa/sfa_whatis_home.shtml';
			break
		case "smb_hrm":
			//
			location.href = smbFile+'business_prod/hrm/hrm_whatis_home.shtml';
			break
		case "smb_financial_management":
			//
			location.href = smbFile+'business_prod/fm/fm_whatis_home.shtml';
			break
		case "smb_manufacturing_distribution":
			//
			location.href = smbFile+'business_prod/md/md_whatis_home.shtml';
			break
		case "smb_customer_care":
			//
			location.href = smbFile+'customer/cc/cc_whatis_home.shtml';
			break
		case "smb_ecommerce":
			//
			location.href = smbFile+'customer/ec/ec_whatis_home.shtml';
			break
		case "smb_eprocurement":
			//
			location.href = smbFile+'partner/eproc/eproc_home.shtml';
			break
		case "smb_supply_chain_management":
			//
			location.href = smbFile+'partner/scm/scm_whatis_home.shtml';
			break
		case "avvid_voice":
			//alert(eta);
			tecsol('iptel');
			break
		case "avvid_video":
			//alert(eta);
			alert(eta);
			break
		case "avvid_vpn":
			//alert(eta);
			tecsol('vpn');
			break
		case "avvid_security":
			//alert(eta);
			tecsol('vpn');
			break
		case "avvid_ipcc":
			//alert(eta);
			tecsol('ipcc');
			break
		case "avvid_cc":
			//alert(eta);
			tecsol('cdn');
			break
		case "avvid_optical":
			//alert(eta);
			location.href = tecFile+'on.html';
			break
		case "avvid_wireless":
			//alert(eta);
			location.href = spFile+'wireless_mobile.html';
			break
		case "local_news":
			//alert(eta);
			location.href = "";
			break
			
		//===================================
		//Service Provider
		case "sp_pt":
			//alert(eta);
			location.href = spFile+'/techsols/packet_tel/packtel_home.shtml';
			break
		case "sp_da":
			//alert(eta);
			location.href = spFile+'/techsols/dial_access/dial_access_home.shtml';
			break
		case "sp_hosting":
			//alert(eta);
			location.href = spFile+'/techsols/hosting/hosting_home.shtml';
			break
		case "sp_ba":
			//alert(eta);
			location.href = spFile+'/techsols/bbaccess/bbaccess_home.shtml';
			break
		case "sp_ip_optical":
			//alert(eta);
			location.href = spFile+'/techsols/ip_optical/ipoptical_home.shtml';
			break
		case "sp_vpn":
			//alert(eta);
			location.href = spFile+'/techsols/vpn/vpn_home.shtml';
			break
		case "sp_mobile":
			//alert(eta);
			location.href = spFile+'/techsols/mobile_ops/wms_home.shtml';
			break
		default:
			//
			alert(eta);
		}
	
	}

//Case Studies from Flash
function caseStudyPage(file) {
 errorMessage = "There has been an error finding the file you requested.\nPlease use the Cisco Help Desk on the right hand navigation panel to contact\na Cisco Representative for further information.";
	//
	casePage = "/web/NL/solutions/smb/";
	//alert(file);
	//
		if (file!='') {
		//process case
			switch (file) {
				//ecommerce
				case "ec"://ecommerce
				location.href = casePage+'customer/ec/ec_casestudy_home.shtml';	
				break				
				//customer care
				case "cc":
				if (confirm('There is no Case Study available that relates specifically to this subject.\nClick OK if you would like to see a list of all available Case Studies in Customer Interaction\nor cancel to remain on this page.')) {
					location.href = casePage+'customer/customer_casestudy_home.shtml';	
					break
				} 
				else {
				break
				}
				//
				case "ep"://eprocurement
				location.href = casePage+'partner/eproc/ep_casestudy_home.shtml';
				break				
				//supply chain mgmt
				case "scm":
				if (confirm('There is no Case Study available that relates specifically to this subject.\nClick OK if you would like to see a list of all available Case Studies in Partner Efficiency\nor cancel to remain on this page.')) {
					location.href = casePage+'partner/partner_casestudy_home.shtml';	
					break
				} 
				else {
				break
				}				
				case "wm"://web marketing
				location.href = casePage+'webmarketing/wm_casestudy_home.shtml';
				break
				//
				case "web_communication"://web communication
				location.href = casePage+'communication/wc/wc_casestudy_home.shtml';
				break
				//
				case "sfa"://sales force automation
				location.href = casePage+'business_prod/sfa/sfa_casestudy_home.shtml';
				break
				//
				case "md":
				if (confirm('There is no Case Study available that relates specifically to this subject.\nClick OK if you would like to see a list of all available Case Studies in Business Productivity\nor cancel to remain on this page.')) {
					location.href = casePage+'business_prod/business_prod_casestudy_home.shtml';	
					break
				} 
				else {
				break
				}
				//
				case "fm":
				if (confirm('There is no Case Study available that relates specifically to this subject.\nClick OK if you would like to see a list of all available Case Studies in Business Productivity\nor cancel to remain on this page.')) {
					location.href = casePage+'business_prod/business_prod_casestudy_home.shtml';	
					break
				} 
				else {
				break
				}
				//
				case "hrm":
				if (confirm('There is no Case Study available that relates specifically to this subject.\nClick OK if you would like to see a list of all available Case Studies in Business Productivity\nor cancel to remain on this page.')) {
					location.href = casePage+'business_prod/business_prod_casestudy_home.shtml';	
					break
				} 
				else {
				break
				}
				default:
				if (confirm('There is no Case Study available that relates specifically to this subject.\nClick OK if you would like to see a list of all available Case Studies\nor cancel to remain on this page.')) {
					location.href = casePage+'casestudy_overview_home.shtml';
					break
				} else {
				//nothing
				}
			}
		} else {
			alert(errorMessage);
	}
	//window.location.href = "/web/NL/media/case_studies/overview.html";
	}

//ESeminars from Flash
function eSeminarPage(file) {
	entFile = "/web/NL/solutions/ent/";
	tecFile = "/web/NL/solutions/ent/technology/";
	busFile = "/web/NL/solutions/ent/business/";
	spFile = "/web/NL/solutions/sp/";
	smbFile = "/web/NL/solutions/smb/";
	partnerFile = "/web/NL/partners/";
	mediaFile = "/web/NL/solutions/smb/";
	nraFile = "/web/NL/solutions/smb/network_diags/";
	homeFile = "/web/NL/";
	//alert(file);
	if (file!='') {
		switch (file) {
			case "sfa": 
			location.href = mediaFile+'business_prod/sfa/sfa_eseminar_home.shtml';
			break
			//
			case "ec": 
			location.href = mediaFile+'customer/ec/ec_eseminar_home.shtml';
			break
			//
			case "partner_efficiency": 
			location.href = mediaFile+'partner/eproc/ep_eseminar_home.shtml';
			break
			//
			case "scm": 
			location.href = mediaFile+'partner/scm/scm_eseminar_home.shtml';
			break
			//
			case "ep": 
			location.href = mediaFile+'partner/eproc/ep_eseminar_home.shtml';
			break
			//
			case "wm": 
			location.href = mediaFile+'webmarketing/wm_eseminar_home.shtml';
			break
			//
			case "communication": 
			location.href = mediaFile+'communication/wc/wc_eseminar_home.shtml';
			break
			//
			case "wc": 
			location.href = mediaFile+'communication/wc/wc_eseminar_home.shtml';
			break
			//
			case "hrm": 
			if (confirm('There is no E-Seminar available that relates specifically to this subject.\nClick OK if you would like to see a list of all available E-Seminars for Business Productivity\nor cancel to remain on this page.')) {
				location.href = mediaFile+'business_prod/business_prod_eseminars_home.shtml';
				break
				} 
				else {
				break;				
				}						
			//
			case "cc": 
			if (confirm('There is no E-Seminar available that relates specifically to this subject.\nClick OK if you would like to see a list of all available E-Seminars for Customer Interaction\nor cancel to remain on this page.')) {
				location.href = mediaFile+'customer/customer_eseminars_home.shtml';
				break
				} 
				else {
				break;				
				}						
			//
			case "business_productivity": 
			location.href = mediaFile+'business_prod/business_prod_eseminars_home.shtml';
			break
			//
			case "fm": 
			location.href = mediaFile+'business_prod/fm/fm_eseminar_home.shtml';
			break
			//
			case "md": 
			location.href = mediaFile+'business_prod/md/md_eseminar_home.shtml';
			break
			//
			default:
			if (confirm('There is no E-Seminar available that relates specifically to this subject.\nClick OK if you would like to see a list of all available E-Seminars\nor cancel to remain on this page.')) {
				location.href = mediaFile+'case_studies/overview.html';
				break
				} else {
				break;
				//nothing
				}
			}
	}
}
//Get Started links from Flash
function getStarted(page) {
	var one = '';
	var two = '';
	var three = '';
	var threeb = '';
	var four = '';
	var five = '';	
 	var generic = '';
	
	if (page!='') {
	//process page
	switch (page) {
   		case "communication": {//communication
		location.href = one;
		break
		}
		case "wc": {//web communication
		location.href = one;
		break
		}
		case "wm": {//web marketing
		location.href = two;
		break
		}
  		case "web_marketing": {//web marketing
		location.href = two;
		break
		}
		case "customer_interaction": {//customer interaction
		location.href = three;
		break
		}
  		case "cc": {//customer care
		location.href = three;
		break
		}
		case "ec": {//ecommerce
		location.href = threeb;
		break
		}
 		case "business_productivity": {//Business Productivity
		location.href = four;
		break
		}
		case "sfa": {//Sales Force Automation
		location.href = '';
		break
		}
		case "md": {//Manufacturing & Distribution
		location.href = '';
		break
		}
		case "fm": {//Financial Management
		location.href = '';
		break
		}
	 	case "hrm": {//Human Resource Management
		location.href = '';
		break
		}
	 	case "partner_efficiency": {//Partner Efficiency
		location.href = five;
		break
		}
		case "ep": {//eprocurement
		location.href = '';
		break
		}
		case "scm": {//Supply Chain Management
		location.href = '';
		break
		}
		default:
  location.href = generic;
	}
} else {
    location.href = generic;
	}
}
function siteLoad(file,target) {
    if (target != '') {
		opener.window.location.href = file;
    } else {
		window.location.href = file;
    }

}

function siteFloat() {
	Open('','','menubar=no,scrollbars=no,resizable=no,width=670,height=385');
	}
//-->

