<!--
function Login(){
var done=0;
var username=document.login.username.value;
username=username.toLowerCase();
var password=document.login.password.value;
password=password.toLowerCase();
if (username=="member1" && password=="password1") { window.location="page1.html"; done=1; }
if (username=="member2" && password=="password2") { window.location="page2.html"; done=1; }
if (username=="member3" && password=="password3") { window.location="page3.html"; done=1; }
if (done==0) { alert("Login Not Invalid!"); }
}
//-->

<!--
function toggleBox(szDivID, iState) // 1 visible, 0 hidden
{
   var obj = document.layers ? document.layers[szDivID] :
   document.getElementById ?  document.getElementById(szDivID).style :
   document.all[szDivID].style;
   obj.visibility = document.layers ? (iState ? "show" : "hide") :
   (iState ? "visible" : "hidden");
}
// -->

<!--
function hidediv(id) {
	//safe function to hide an element with a specified id
	if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'none';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'none';
		}
		else { // IE 4
			document.all.id.style.display = 'none';
		}
	}
}

function showdiv(id) {
	//safe function to show an element with a specified id
		  
	if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'block';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'block';
		}
		else { // IE 4
			document.all.id.style.display = 'block';
		}
	}
}

function changeClass(menu, newClass) { 
	 if (document.getElementById) { 
	 	document.getElementById(menu).className = newClass;
	 } 
} 
document.onselectstart = new Function("return true");

function getFlashMovieObject(movieName)
{
  if (window.document[movieName]) 
  {
    return window.document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1)
  {
    if (document.embeds && document.embeds[movieName])
      return document.embeds[movieName]; 
  }
  else //if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  {
    return document.getElementById(movieName);
  }
}

function PlayFlashMovie1()
{
	var flashMovie=getFlashMovieObject("video1Player");
	flashMovie.Play();
}
function PlayFlashMovie2()
{
	var flashMovie=getFlashMovieObject("video2Player");
	flashMovie.Play();
}
function PlayFlashMovie3()
{
	var flashMovie=getFlashMovieObject("video3Player");
	flashMovie.Play();
}
function PlayFlashMovie4()
{
	var flashMovie=getFlashMovieObject("video4Player");
	flashMovie.Play();
}
function PlayFlashMovie5()
{
	var flashMovie=getFlashMovieObject("video5Player");
	flashMovie.Play();
}
function PlayFlashMovie6()
{
	var flashMovie=getFlashMovieObject("video6Player");
	flashMovie.Play();
}
function PlayFlashMovie7()
{
	var flashMovie=getFlashMovieObject("video7Player");
	flashMovie.Play();
}
//-->

<!--
function mmLoadMenus() {
  if (window.mm_menu_0203221431_0) return;
        window.mm_menu_0203221431_0 = new Menu("root",160,17,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#FF952D","#2A2A29","left","middle",3,3,750,-5,7,true,false,true,5,false,false);
  mm_menu_0203221431_0.addMenuItem("CONSUMER&nbsp;RESEARCH","window.open('consumer_research.php', '_self');");
  mm_menu_0203221431_0.addMenuItem("MARKET&nbsp;RESEARCH","window.open('market_research.php', '_self');");
   mm_menu_0203221431_0.fontWeight="bold";
   mm_menu_0203221431_0.hideOnMouseOut=true;
   mm_menu_0203221431_0.bgColor='#00FF00';
   mm_menu_0203221431_0.menuBorder=1;
   mm_menu_0203221431_0.menuLiteBgColor='#00FF00';
   mm_menu_0203221431_0.menuBorderBgColor='#003366';
window.mm_menu_0204013306_0 = new Menu("root",160,17,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#FF952D","#2A2A29","left","middle",3,3,750,-5,7,true,false,true,5,false,false);
  mm_menu_0204013306_0.addMenuItem("TELEVISION","window.open('television.php', '_self');");
  mm_menu_0204013306_0.addMenuItem("RADIO","window.open('radio.php', '_self');");
  mm_menu_0204013306_0.addMenuItem("NEWSPAPER","window.open('newspaper.php', '_self');");
  mm_menu_0204013306_0.addMenuItem("DIRECT&nbsp;MAIL","window.open('direct_mail.php', '_self');");
  mm_menu_0204013306_0.addMenuItem("TRANSIT","window.open('transit.php', '_self');");
  mm_menu_0204013306_0.addMenuItem("BILLBOARDS","window.open('billboards.php', '_self');");
  mm_menu_0204013306_0.addMenuItem("VEHICLE&nbsp;WRAPS","window.open('vehicle_wraps.php', '_self');");
   mm_menu_0204013306_0.fontWeight="bold";
   mm_menu_0204013306_0.hideOnMouseOut=true;
   mm_menu_0204013306_0.bgColor='#00FF00';
   mm_menu_0204013306_0.menuBorder=1;
   mm_menu_0204013306_0.menuLiteBgColor='#00FF00';
   mm_menu_0204013306_0.menuBorderBgColor='#003366';

  window.mm_menu_0204013822_0 = new Menu("root",160,17,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#FF952D","#2A2A29","left","middle",3,3,750,-5,7,true,false,true,5,false,false);
  mm_menu_0204013822_0.addMenuItem("INTERNET&nbsp;ADVERTISING","window.open('internet_advertising.php', '_self');");
  mm_menu_0204013822_0.addMenuItem("OPTIMIZATION","window.open('optimization.php', '_self');");
   mm_menu_0204013822_0.fontWeight="bold";
   mm_menu_0204013822_0.hideOnMouseOut=true;
   mm_menu_0204013822_0.bgColor='#00FF00';
   mm_menu_0204013822_0.menuBorder=1;
   mm_menu_0204013822_0.menuLiteBgColor='#00FF00';
   mm_menu_0204013822_0.menuBorderBgColor='#003366';

  window.mm_menu_0204014407_0 = new Menu("root",160,17,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#FF952D","#2A2A29","left","middle",3,3,750,-5,7,true,false,true,5,false,false);
  mm_menu_0204014407_0.addMenuItem("TELEVISION","window.open('television_p.php', '_self');");
  mm_menu_0204014407_0.addMenuItem("RADIO","window.open('radio_p.php', '_self');");
  mm_menu_0204014407_0.addMenuItem("NEWSPAPER&nbsp;&amp;&nbsp;PRINT","window.open('newspaper_p.php', '_self');");
  mm_menu_0204014407_0.addMenuItem("DIRECT&nbsp;MAIL","window.open('direct_mail_p.php', '_self');");
  mm_menu_0204014407_0.addMenuItem("MAGAZINE","window.open('magazine_p.php', '_self');");
  mm_menu_0204014407_0.addMenuItem("OUTDOOR","window.open('outdoor_p.php', '_self');");
  mm_menu_0204014407_0.addMenuItem("INTERACTIVE","window.open('interactive_p.php', '_self');");
   mm_menu_0204014407_0.fontWeight="bold";
   mm_menu_0204014407_0.hideOnMouseOut=true;
   mm_menu_0204014407_0.bgColor='#00FF00';
   mm_menu_0204014407_0.menuBorder=1;
   mm_menu_0204014407_0.menuLiteBgColor='#00FF00';
   mm_menu_0204014407_0.menuBorderBgColor='#003366';

mm_menu_0204014407_0.writeMenus();
} // mmLoadMenus()
//-->

<!--
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_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);

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.01
  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 && d.getElementById) x=d.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];}
}
//-->

<!--
var message="Copyright © Potratz Partners Advertising.";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
