


var QuigoStatus = "on";

function GenQuigo(atype,apid,aps,azw,azh) {

	if ((!QuigoStatus)||(QuigoStatus!="on")) { return; }
	
	var refurl = escape(window.location.href);
	
	var aurl = "http://ads.adsonar.com/adserving/getAds.jsp?pid="+apid
				+"&amp;ps="+aps
				+"&amp;zw="+azw
				+"&amp;zh="+azh
				+"&amp;url="+refurl
				+"&amp;v=5";

	var ifr = '<'+'iframe src="'+aurl+'" name="quigframe" id="quigframe" scrolling="no" '
				+ 'marginwidth="0" marginheight="0" vspace="0" hspace="0" '
				+ 'width="'+azw+'" height="'+azh+'" frameborder="0"'+'><'+'/iframe>';

	if (atype=="RightSide") {
		document.write('<'+'div class="quigors">');
		document.write('<'+'div class="header">Advertising Links<'+'/div>');
		document.write('<'+'div class="content">');
		document.write(ifr);
		document.write('<'+'/div>');
		document.write('<'+'div class="footer">');
		document.write('<'+'a href="/sales/adlink.html">&gt; Buy a Link<'+'/a>')
		document.write('<'+'/div><'+'/div>');
	}
	else if ((atype=="FrontPage")||(atype=="MainContent")) {
		document.write('<'+'div class="quigofp">');
		document.write('<'+'div class="header">Advertising Links<'+'/div>');
		document.write('<'+'div class="content">');
		document.write(ifr);
		document.write('<'+'/div>');
		document.write('<'+'div class="footer">');
		document.write('<'+'a href="/sales/adlink.html">&gt; Buy a Link<'+'/a>')
		document.write('<'+'/div><'+'/div>');
	}
	
}


function open_email_form(name, email) {
  url='/contact/email_contact_form.html?r_name='+name+'&r_email='+email;
  popupWin = window.open(url, 'Contact', 'width=420,height=515,screenx=5,screeny=5,left=5,top=5');
}

var NewsteamContactWin;
function open_email_newsteam(id) {
  url="/contact/email_newsteam.html?id="+id;
  props="width=425,height=515,screenx=5,screeny=2,left=5,top=2,scrollbars";
  NewsteamContactWin = window.open(url, 'ContactNewsteam', props);
  NewsteamContactWin.focus();
}

function openInfo(url, name, wid, hei) {
	if (wid == null) { wid=620; }	 
	if (hei == null) { hei=473; }
	popupWin = window.open(url, name, 'width='+wid+',height='+hei+',screenx=5,screeny=5,left=5,top=5');
	popupWin.focus();
}


function openInfo2(url, name) {
  popupWin = window.open(url, name, 'width=557,height=480,screenx=5,screeny=5,left=5,top=5,scrollbars');
}

function openTour(url, name) {
     popupWin = window.open(url, name, 'width=620,height=473,screenx=5,screeny=5,left=5,top=5')
   }


function loadVideo(filename,title) {
//    loc = "http://video.whdh.com:7070/ramgen" + filename + ".rm";
//      loc = "/cgi-bin/video/smilgen.cgi?link=" + filename + "&title=" + title;
      loc = "http://whdh.sunbeamtv.com/cgi-bin/video/smilserver.cgi?action=pop&tid=WHDH_NA&file=" + filename + "&title=" + title;

//    window.location = loc;
      popupWin = window.open(loc, 'VideoArchive' , 'width=300,height=25,resize=yes,screenx=5,screeny=5,left=5,top=5')

}