var select=new Array();
var scount;




function openWindow(pageName,pageWidth,pageHeight) {

window.open(pageName,"remote","width=" + pageWidth + " ,height=" + pageHeight + ",menubar=yes");

}



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


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_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
  if (obj.style) { obj=obj.style; v=(v=='show')?'block':(v=='hide')?'none':v; }
  obj.display=v; }
  }



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_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_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 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 ACG_opacity(Id,Action){
  if(Action=='O'){
     if(navigator.appName.indexOf("Microsoft")!=-1){ document.getElementById(Id).filters.alpha.opacity=45; }
     document.getElementById(Id).style.opacity=0.45;
     document.getElementById(Id).style.Mozopacity=0.45;
   }else{
     if(navigator.appName.indexOf("Microsoft")!=-1){ document.getElementById(Id).filters.alpha.opacity=99; }
     document.getElementById(Id).style.opacity =0.99;
     document.getElementById(Id).style.Mozopacity=0.99;
   }
}


function ACG_definesel(){
  var s;
  var MId;
  var marg=ACG_definesel.arguments;
  scount=marg.length;
  for (s=0; s<(marg.length); s++){
  select[s]=marg[s];
  }
}

function ACG_optionsel(OId){ //studio Selection 05-30-2009
  var i;
  var Id;
  var IdImg;
  var IdData;  
    for (i=0; i<scount; i++){
    Id=select[i];  
    IdSel=Id;
    IdImg=(Id + '_iterimg');
    IdData=(Id + '_iterdata');  
      if(OId == Id){
      document.getElementById(IdImg).style.display = "block";
      document.getElementById(IdImg).style.visibility = "visible";
      document.getElementById(IdData).style.display = "block";
      document.getElementById(IdData).style.visibility = "visible";
      document.getElementById(Id).style.backgroundColor = "#CCCC99";
      }else{ 
      document.getElementById(IdImg).style.display = "none";
      document.getElementById(IdImg).style.visibility = "hidden";
      document.getElementById(IdData).style.display = "none";
      document.getElementById(IdData).style.visibility = "hidden";
      document.getElementById(Id).style.backgroundColor = "#FFFFFF";
      }
    }
    var DefImg="DEFAULT_iterimg";
    document.getElementById(DefImg).style.display = "none";
    document.getElementById(DefImg).style.visibility = "hidden";
}





function acg_checkform(FormData){   //Check submit form for idiotproofing 2009




if(document.checkout){ //Checkout part 1 - intro

if(document.checkout.tracking_firstname && document.checkout.tracking_firstname.value == ""){
alert("You forgot your first name - we need to know who you are.  Please correct...");
return false;
}

if(document.checkout.tracking_addressone && document.checkout.tracking_addressone.value == ""){
alert("You forgot your 1st line Billing address - we need to verify this with your credit card.  Please correct...");
return false;
}


if(document.checkout.tracking_phone && document.checkout.tracking_phone.value == ""){
  if(confirm('You forgot to put in your phone number in case we have to contact you. If that is Ok press OK or press cancel to correct.')){
  //continue
  }else{
  return false;
  }
}




if(document.checkout.mergepreorder[0] && document.checkout.mergepreorder[0].checked){

  if(confirm('You have selected to ship your in stock item\(s\) before your Preordered/Studio Direct items, resulting in 2 packages.  Is this OK?')){
  //continue
  }else{
  return false;
  }
}


}else{ //Checkout Part 2








}


}




function ACG_BigImg(InvID,InvName,InvPatch,InvType){

IdSel=("IMG" + InvID);
if(InvPatch){ IdProd = InvPatch; }else{ IdProd = InvID; }
var ImgDir = "medium";
if(InvType == "M"){ ImgDir = "medium"; }

document.getElementById(IdSel).style.display = "block";
document.getElementById(IdSel).innerHTML = ("<span style=\"background-color: white\; color: blue\;\">" + InvName + "</span><br><img src=\"../../media/images/product_" + ImgDir + "/" + IdProd + ".jpg\">");

}

function ACG_BigImgHide(InvID){

IdSel=("IMG" + InvID);
document.getElementById(IdSel).style.display = "none";
document.getElementById(IdSel).innerHTML = ("\&nbsp\;");

}


function ACG_groupbar(GDiD,Act,Link){

  if(Act=="S"){
  document.getElementById(GDiD).style.backgroundColor = "#999966";
  }
  if(Act=="U"){
  document.getElementById(GDiD).style.backgroundColor = "#C7D397";
  }
  if(Act=="L"){
  window.location = Link;
  }

}






