<!--

<!--
function PopUptandc(url){
	window.open(url,'nextWindowtandc','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,width=400,height=400');
}
function photos(url){
	window.open(url,'photos','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,width=200,height=200');
}
function music(url){
	Win_02 = window.open(url,'Music','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,width=280,height=100'); 
	Win_02.moveTo(0,0);
	Win_02.blur();
}
function sizes(url){
	window.open(url,'nextWindowsizes','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,width=370,height=380');
}
function wwd(url){
	window.open(url,'nextWindowwwd','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,width=520,height=440');
}
function PopUp100(url, win){
	window.open(url, win,'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=780,height=440');
}
function modeledGirls(url, win){
	window.open(url, win,'toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,width=450,height=360');
}
function modeled(url, win){
	window.open(url, win,'toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,width=400,height=540');
}
function sizespop(url){
	window.open(url,'nextWindowtandc','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,width=500,height=440');
}
//-->
var detailsWindow;
function showDetails(winURL)
{
 detailsWindow = window.open(winURL,"CONSOLE","width=800,height=550,scrollbars,status,resizable=no");
 detailsWindow.focus();
 return false;
}
function jumpSelect() {
     var Current = document.jump.dropName.selectedIndex;
     if (document.jump.dropName.options[Current].value > " ") {
     	location.href = document.jump.dropName.options[Current].value;
     }
     else {
     	alert("You must select a value")
     }
}
function jumpSelect2() {
     var Current = document.jump2.dropName.selectedIndex;
     if (document.jump2.dropName.options[Current].value > " ") {
     	location.href = document.jump2.dropName.options[Current].value;
     }
     else {
     	alert("You must select a value")
     }
}

function toggleLayer( whichLayer )
{
  var elem, vis;
  if( document.getElementById ) // this is the way the standards work
    elem = document.getElementById( whichLayer );
  else if( document.all ) // this is the way old msie versions work
      elem = document.all[whichLayer];
  else if( document.layers ) // this is the way nn4 works
    elem = document.layers[whichLayer];
  vis = elem.style;
  // if the style.display value is blank we try to figure it out here
  if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined)
    vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none';
  vis.display = (vis.display==''||vis.display=='block')?'none':'block';
}
//-->

