function newSWindow(a){window.open(a,"mywindow","width=500,height=500,scrollbars=1")}function newMWindow(a){window.open(a,"mywindow2","width=600,height=550")}for(var oldbutton="button1",numberofbuttons=6,buttonselected=[],i=0;i<numberofbuttons;i++)buttonselected[i]=0;
if(document.images){button1on=new Image;button1on.src="/images/voxpopbutton_01-over.gif";button2on=new Image;button2on.src="/images/voxpopbutton_02-over.gif";button3on=new Image;button3on.src="/images/voxpopbutton_03-over.gif";button4on=new Image;button4on.src="/images/voxpopbutton_04-over.gif";button5on=new Image;button5on.src="/images/voxpopbutton_05-over.gif";button6on=new Image;button6on.src="/images/voxpopbutton_06-over.gif";button1=new Image;button1.src="/images/voxpopbutton_01.gif";button2=
new Image;button2.src="/images/voxpopbutton_02.gif";button3=new Image;button3.src="/images/voxpopbutton_03.gif";button4=new Image;button4.src="/images/voxpopbutton_04.gif";button5=new Image;button5.src="/images/voxpopbutton_05.gif";button6=new Image;button6.src="/images/voxpopbutton_06.gif"}function Down(a,c){if(document.images){document[oldbutton].src=eval(oldbutton+".src");document[a].src=eval(a+"on.src");for(var b=0;b<numberofbuttons;b++)buttonselected[b]=0;buttonselected[c]=1}oldbutton=a}
function Off(a,c){if(buttonselected[c]==0)if(document.images)document[a].src=eval(a+".src")}function Over(a,c){if(buttonselected[c]==0)if(document.images)document[a].src=eval(a+"on.src")}
function getPushProducts(){var a=document.getElementById("productString").value;a=a.split(";");var c=0,b=parseInt(document.getElementById("pageCount").value),e=0,g="";for(c=0;c<a.length;c++){var f=Array();f=a[c].split(",");var d=false;for(e=1;e<b+1;e++)if(document.getElementById("addToCart"+e).value==f[0]){document.getElementById("addToCart"+e).checked=true;d=0;var h=document.getElementById("serviceClass"+e).options;for(d=0;d<h.length;d++)if(h[d].value==f[1])document.getElementById("serviceClass"+
e).selectedIndex=d;d=true}if(d==false)g+=f[0]+","+f[1]+";"}document.getElementById("productString").value=g}
function pushProducts(a){var c=parseInt(document.getElementById("pageCount").value),b=0;b=Array();b=0;document.getElementById("useProductMethod").value="true";document.getElementById("redirectAfter").value=a;a="";b=document.getElementById("productString").value;if(document.getElementById("productString").value==",undefined;")b="";for(b=1;b<c+1;b++)if(document.getElementById("addToCart"+b).checked==true)a+=document.getElementById("addToCart"+b).value+","+document.getElementById("serviceClass"+b).value+
";";document.getElementById("productString").value+=a;b=document.getElementById("productString").value;c=b.substr(0,b.length-1);document.getElementById("productString").value=c;document.getElementById("productForm").method="post";document.getElementById("productForm").submit();return false};