﻿

		/*******  Menu 0 Add-On Settings *******/
		var a = qmad.qm0 = new Object();

		// Slide Animation Add On
//		a.slide_animation_frames = 15;
//		a.slide_accelerator = 10;
//		a.slide_sub_subs_left_right = true;
//		a.slide_offxy = 1;

		// Rounded Corners Add On
		a.rcorner_size = 6;
		a.rcorner_border_color = "#033C5A";
		a.rcorner_bg_color = "#F4F4F4";
		a.rcorner_opacity = 0.9;
		a.rcorner_apply_corners = new Array(false,true,false,true);
		a.rcorner_top_line_auto_inset = true;

/*
		// Rounded Items Add On
		a.ritem_size = 4;
		a.ritem_apply = "main";
		a.ritem_main_apply_corners = new Array(true,true,false,false);
		a.ritem_show_on_actives = true;
		
  // Follow Pointer Add On
  a.pointer_main_image = "http://www.ohanaeye.com/Menus/Images/crabby.gif";
  a.pointer_main_image_width = 40;
  a.pointer_main_image_height = 35;
  a.pointer_main_align = "top-or-left";
  a.pointer_main_off_x = -30;
  a.pointer_main_off_y = 8;
  
  a.pointer_sub_image = "http://www.ohanaeye.com/Menus/Images/pointershell.gif";  
  a.pointer_sub_image_width = 60;
  a.pointer_sub_image_height = 30;
  a.pointer_sub_align = "top-or-left";
  a.pointer_sub_off_x = 10;
  a.pointer_sub_off_y = -15;


*/
qmad.slide=new Object();if(qmad.bvis.indexOf("qm_slide_a(b.cdiv);")==-1)qmad.bvis+="qm_slide_a(b.cdiv);";if(qmad.bhide.indexOf("qm_slide_a(a,1);")==-1)qmad.bhide+="qm_slide_a(a,1);";qmad.br_navigator=navigator.userAgent.indexOf("Netscape")+1;qmad.br_version=parseFloat(navigator.vendorSub);qmad.br_oldnav=qmad.br_navigator&&qmad.br_version<7.1;qmad.br_ie=window.showHelp;qmad.br_mac=navigator.userAgent.indexOf("Mac")+1;qmad.br_old_safari=navigator.userAgent.indexOf("afari")+1&&!window.XMLHttpRequest;qmad.slide_off=qmad.br_oldnav||(qmad.br_mac&&qmad.br_ie)||qmad.br_old_safari;;function qm_slide_a(a,hide){var z;if((a.style.visibility=="inherit"&&!hide)||(qmad.slide_off)||((z=window.qmv)&&(z=z.addons)&&(z=z.slide_effect)&&!z["on"+qm_index(a)]))return;var ss;if(!a.settingsid){var v=a;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){a.settingsid=v.id;break;}}}ss=qmad[a.settingsid];if(!ss)return;if(!ss.slide_animation_frames)return;var steps=ss.slide_animation_frames;var b=new Object();b.obj=a;b.offy=ss.slide_offxy;b.left_right=ss.slide_left_right;b.sub_subs_left_right=ss.slide_sub_subs_left_right;b.drop_subs=ss.slide_drop_subs;if(!b.offy)b.offy=0;if(b.sub_subs_left_right&&a.parentNode.className.indexOf("qmmc")==-1)b.left_right=true;if(b.left_right)b.drop_subs=false;b.drop_subs_height=ss.slide_drop_subs_height;b.drop_subs_disappear=ss.slide_drop_subs_disappear;b.accelerator=ss.slide_accelerator;if(b.drop_subs&&!b.accelerator)b.accelerator=1;if(!b.accelerator)b.accelerator=0;b.tb="top";b.wh="Height";if(b.left_right){b.tb="left";b.wh="Width";}b.stepy=a["offset"+b.wh]/steps;b.top=parseInt(a.style[b.tb]);if(!hide)a.style[b.tb]=(b.top - a["offset"+b.wh])+"px";else {b.stepy=-b.stepy;x2("qmfv",a,1);}a.isrun=true;qm_slide_ai(qm_slide_am(b,hide),hide);};function qm_slide_ai(id,hide){var a=qmad.slide["_"+id];if(!a)return;var cy=parseInt(a.obj.style[a.tb]);if(a.drop_subs)a.stepy+=a.accelerator;else {if(hide)a.stepy -=a.accelerator;else a.stepy+=a.accelerator;}if((!hide&&cy+a.stepy<a.top)||(hide&&!a.drop_subs&&cy+a.stepy>a.top-a.obj["offset"+a.wh])||(hide&&a.drop_subs&&cy<a.drop_subs_height)){var bc=2000;if(hide&&a.drop_subs&&!a.drop_subs_disappear&&cy+a.stepy+a.obj["offset"+a.wh]>a.drop_subs_height)bc=a.drop_subs_height-cy+a.stepy;var tc=Math.round(a.top-(cy+a.stepy)+a.offy);if(a.left_right)a.obj.style.clip="rect(auto 2000px 2000px "+tc+"px)";else a.obj.style.clip="rect("+tc+"px 2000px "+bc+"px auto)";a.obj.style[a.tb]=Math.round(cy+a.stepy)+"px";a.timer=setTimeout("qm_slide_ai("+id+","+hide+")",10);}else {a.obj.style[a.tb]=a.top+"px";a.obj.style.clip="rect(0 auto auto auto)";if(a.obj.style.removeAttribute)a.obj.style.removeAttribute("clip");else a.obj.style.clip="auto";if(!window.showHelp)a.obj.style.clip="";if(hide){x2("qmfv",a.obj);if(qmad.br_ie&&!a.obj.style.visibility){a.obj.style.visibility="hidden";a.obj.style.visibility="";}}else {var ah;if(ah=a.obj.hasselectfix){ah.style.top=a.obj.style.top;ah.style.left=a.obj.style.left;}}qmad.slide["_"+id]=null;a.obj.isrun=false;}};function qm_slide_am(obj,hide){var k;for(k in qmad.slide){if(qmad.slide[k]&&obj.obj==qmad.slide[k].obj){if(qmad.slide[k].timer){clearTimeout(qmad.slide[k].timer);qmad.slide[k].timer=null;}obj.top=qmad.slide[k].top;qmad.slide[k].obj.isrun=false;qmad.slide[k]=null;}}var i=0;while(qmad.slide["_"+i])i++;qmad.slide["_"+i]=obj;return i;}

qmad.br_safari=navigator.userAgent.indexOf("afari")+1;qmad.br_navigator=navigator.userAgent.indexOf("Netscape")+1;qmad.br_version=parseFloat(navigator.vendorSub);qmad.br_oldnav=qmad.br_navigator&&qmad.br_version<7.1;if(!qmad.pointer&&!qmad.br_oldnav){qmad.pointer=new Object();if(window.attachEvent)window.attachEvent("onload",qm_pointer_init);else  if(window.addEventListener)window.addEventListener("load",qm_pointer_init,1);if(window.attachEvent)document.attachEvent("onmouseover",qm_pointer_hide);else  if(window.addEventListener)document.addEventListener("mouseover",qm_pointer_hide,false);};function qm_pointer_init(e,spec){var q=qmad.pointer;var a;for(i=0;i<10;i++){if(!(a=document.getElementById("qm"+i))||(spec&&spec!=i))continue;var ss=qmad[a.id];if(ss&&(ss.pointer_main_image||ss.pointer_sub_image)){q.mimg=ss.pointer_main_image;q.mimgw=ss.pointer_main_image_width;if(!q.mimgw)q.mimgw=0;q.mimgh=ss.pointer_main_image_height;if(!q.mimgh)q.mimgh=0;q.malign=ss.pointer_main_align;if(!q.malign)q.malign="top-or-left";q.mox=ss.pointer_main_off_x;if(!q.mox)q.mox=0;q.moy=ss.pointer_main_off_y;if(!q.moy)q.moy=0;q.simg=ss.pointer_sub_image;q.simgw=ss.pointer_sub_image_width;if(!q.mimgw)q.simgw=0;q.simgh=ss.pointer_sub_image_height;if(!q.mimgh)q.mimgh=0;q.salign=ss.pointer_sub_align;if(!q.salign)q.salign="top-or-left";q.sox=ss.pointer_sub_off_x;if(!q.sox)q.sox=0;q.soy=ss.pointer_sub_off_y;if(!q.soy)q.soy=0;qm_pointer_add(a,"m");var at=a.getElementsByTagName("DIV");for(var i=0;i<at.length;i++)qm_pointer_add(at[i],"s");}i++;}};function qm_pointer_add(a,type){var q=qmad.pointer;var img=q[type+"img"];if(a.attachEvent)a.attachEvent("onmousemove",qm_pointer_move);else  if(a.addEventListener)a.addEventListener("mousemove",qm_pointer_move,1);if(!img)return;var sp=document.createElement("SPAN");sp.style.position="absolute";sp.style.visibility="hidden";sp.style.zIndex=9;if(a.ch)sp.style.top=(-q[type+"imgh"]+q[type+"oy"])+"px";else sp.style.left=(-q[type+"imgw"]+q[type+"ox"])+"px";if(q[type+"align"]=="bottom-or-right")sp.pointerbr=1;sp.pointerox=q[type+"ox"];sp.pointeroy=q[type+"oy"];sp.innerHTML='<img style="position:absolute;" src="'+img+'"  width='+q[type+"imgw"]+' height='+q[type+"imgh"]+'>';sp=a.appendChild(sp);a.haspointer=sp;};function qm_pointer_hide(){var q=qmad.pointer;if(q.lastm&&a!=q.lastm){q.lastm.style.visibility="hidden";q.lastm=null;}};function qm_pointer_move(e){var q=qmad.pointer;e=e||window.event;targ=e.srcElement||e.target;while(targ.tagName!="DIV")targ=targ[qp];if(q.lastm&&a!=q.lastm){q.lastm.style.visibility="hidden";q.lastm=null;}var a;if(a=targ.haspointer){if(a.style.visibility!="inherit")a.style.visibility="inherit";var x=e.clientX;var y=e.clientY;var oxy=qm_pointer_get_offsets(targ);var sxy=qm_get_doc_scrollxy();if(targ.ch){a.style.left=(x-oxy[0]+sxy[0]+a.pointerox)+"px";if(a.pointerbr)a.style.top=(targ.offsetHeight+a.pointeroy)+"px";}else {a.style.top=(y-oxy[1]+sxy[1]+a.pointeroy)+"px";if(a.pointerbr)a.style.left=(targ.offsetWidth+a.pointerox)+"px";}q.lastm=a;}};function qm_get_doc_scrollxy(){var sy=0;var sx=0;if((sd=document.documentElement)&&(sd=sd.scrollTop))sy=sd;else  if(sd=document.body.scrollTop)sy=sd;if((sd=document.documentElement)&&(sd=sd.scrollLeft))sx=sd;else  if(sd=document.body.scrollLeft)sx=sd;return new Array(sx,sy);};function qm_pointer_get_offsets(a){var x=0;var y=0;while(a){x+=a.offsetLeft;y+=a.offsetTop;a=a.offsetParent;}return new Array(x,y);}


qmad.rcorner=new Object();qmad.br_ie7=navigator.userAgent.indexOf("MSIE 7")+1;if(qmad.bvis.indexOf("qm_rcorner(b.cdiv);")==-1)qmad.bvis+="qm_rcorner(b.cdiv);";;function qm_rcorner(a,hide,force){var z;if(!hide&&((z=window.qmv)&&(z=z.addons)&&(z=z.round_corners)&&!z["on"+qm_index(a)]))return;var q=qmad.rcorner;if((!hide&&!a.hasrcorner)||force){var ss;if(!a.settingsid){var v=a;while((v=v.parentNode)){if(v.className.indexOf("qmmc")+1){a.settingsid=v.id;break;}}}ss=qmad[a.settingsid];if(!ss)return;if(!ss.rcorner_size)return;q.size=ss.rcorner_size;q.background=ss.rcorner_bg_color;if(!q.background)q.background="transparent";q.border=ss.rcorner_border_color;if(!q.border)q.border="#ff0000";q.angle=ss.rcorner_angle_corners;q.corners=ss.rcorner_apply_corners;if(!q.corners||q.corners.length<4)q.corners=new Array(true,1,1,1);q.tinset=0;if(ss.rcorner_top_line_auto_inset&&qm_a(a[qp]))q.tinset=a.idiv.offsetWidth;q.opacity=ss.rcorner_opacity;if(q.opacity&&q.opacity!=1){var addf="";if(window.showHelp)addf="filter:alpha(opacity="+(q.opacity*100)+");";q.opacity="opacity:"+q.opacity+";"+addf;}else q.opacity="";var f=document.createElement("SPAN");x2("qmrcorner",f,1);var fs=f.style;fs.position="absolute";fs.display="block";fs.top="0px";fs.left="0px";var size=q.size;q.mid=parseInt(size/2);q.ps=new Array(size+1);var t2=0;q.osize=q.size;if(!q.angle){for(var i=0;i<=size;i++){if(i==q.mid)t2=0;q.ps[i]=t2;t2+=Math.abs(q.mid-i)+1;}q.osize=1;}var fi="";for(var i=0;i<size;i++)fi+=qm_rcorner_get_span(size,i,1,q.tinset);fi+='<span qmrcmid=1 style="background-color:'+q.background+';border-color:'+q.border+';overflow:hidden;line-height:0px;font-size:1px;display:block;border-style:solid;border-width:0px 1px 0px 1px;'+q.opacity+'"></span>';for(var i=size-1;i>=0;i--)fi+=qm_rcorner_get_span(size,i);f.innerHTML=fi;f.noselect=1;a.insertBefore(f,a.firstChild);a.hasrcorner=f;}var b=a.hasrcorner;if(b){if(!a.offsetWidth)a.style.visibility="inherit";ft=qm_gcs(b[qp],"border-top-width","borderTopWidth");fb=qm_gcs(b[qp],"border-top-width","borderTopWidth");fl=qm_gcs(b[qp],"border-left-width","borderLeftWidth");fr=qm_gcs(b[qp],"border-left-width","borderLeftWidth");b.style.width=(a.offsetWidth-fl)+"px";b.style.height=(a.offsetHeight-fr)+"px";if(qmad.br_ie7){var sp=b.getElementsByTagName("SPAN");for(var i=0;i<sp.length;i++)sp[i].style.visibility="inherit";}b.style.visibility="inherit";var s=b.childNodes;for(var i=0;i<s.length;i++){if(s[i].getAttribute("qmrcmid"))s[i].style.height=Math.abs((a.offsetHeight-(q.osize*2)-ft-fb))+"px";}}};function qm_rcorner_get_span(size,i,top,tinset){var q=qmad.rcorner;var mlmr;if(i==0){var mo=q.ps[size]+q.mid;if(q.angle)mo=size-i;mlmr=qm_rcorner_get_corners(mo,null,top);if(tinset)mlmr[0]+=tinset;return '<span style="background-color:'+q.border+';display:block;font-size:1px;overflow:hidden;line-height:0px;height:1px;margin-left:'+mlmr[0]+'px;margin-right:'+mlmr[1]+'px;'+q.opacity+'"></span>';}else {var md=size-(i);var ih=1;var bs=1;if(!q.angle){if(i>=q.mid)ih=Math.abs(q.mid-i)+1;else {bs=Math.abs(q.mid-i)+1;md=q.ps[size-i]+q.mid;}if(top)q.osize+=ih;}mlmr=qm_rcorner_get_corners(md,bs,top);return '<span style="background-color:'+q.background+';border-color:'+q.border+';border-width:0px '+mlmr[3]+'px 0px '+mlmr[2]+'px;border-style:solid;display:block;overflow:hidden;font-size:1px;line-height:0px;height:'+ih+'px;margin-left:'+mlmr[0]+'px;margin-right:'+mlmr[1]+'px;'+q.opacity+'"></span>';}};function qm_rcorner_get_corners(mval,bval,top){var q=qmad.rcorner;var ml=mval;var mr=mval;var bl=bval;var br=bval;if(top){if(!q.corners[0]){ml=0;bl=1;}if(!q.corners[1]){mr=0;br=1;}}else {if(!q.corners[2]){mr=0;br=1;}if(!q.corners[3]){ml=0;bl=1;}}return new Array(ml,mr,bl,br);}






function opennewwingt2() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/zeiss/gt2/gt2.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=380,height=330');
}
function opennewwinwhyzeiss() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/zeiss/whyzeiss/precisionoptics.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=300');
}





function opennewwinappointment() {
msgWindow=window.open('http://www.eyepro.com/doctorwebs/ohanaeye/consultations/index1.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=700,height=500');
}

function opennewwininsurance() {
msgWindow=window.open('http://www.eyepro.com/doctorwebs/ohanaeye/2_register_exam_insurance/index1.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=700,height=500');
}
function opennewwinmedhistory() {
msgWindow=window.open('http://www.eyepro.com/doctorwebs/ohanaeye/3_medical_history/index1.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=700,height=500');
}
function opennewwinordercontactlenses() {
msgWindow=window.open('http://www.eyepro.com/doctorwebs/ohanaeye/4_contact_lenses/index1.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=640,height=430');
}	
function opennewwinevaluation() {
msgWindow=window.open('http://www.eyepro.com/doctorwebs/ohanaeye/5_eyecareevaluation/index1.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=650,height=520');
}
function opennewwindryeyequiz() {
msgWindow=window.open('http://www.eyepro.com/doctorwebs/ohanaeye/6_dryeyequiz/index1.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=660,height=600');
}

function opennewwinvsp() {
msgWindow=window.open('https://www.vsp.com/member/htmls/member_home.jsp' ,'JavaScriptIt','toolbar= 1,location= 1,directories= 1,status= 1,menubar= 1,scrollbars= 1,resizable= 1,copyhistory= 0,width=835,height=745');
}


	
function opennewwinoptosmovie() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/optos/optomap.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=500,height=325');
}	
	
function opennewwinwiseeyes() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/aoa/wise_about_your_eyes/aoa_wise_about_your_eyes.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=370');
}	
function opennewwincustomvue() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/lasik_customvue/lasik_customvue.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=295');
}


function opennewwinprivacy() {
msgWindow=window.open('/privacy.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=500,height=400');
}


function opennewwinlifeofalens() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/lens_life/lenslife.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=310');
}
function opennewwinhowcrizalismade() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/crizal/crizalmaker.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=310');
}
function opennewwinalizescotchguard() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/avance/avance.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=350,height=320');
}
function opennewwinhowcrizaltvcommercial() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/crizal_boat/crizal_boat.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=310');
}
function opennewwinvarilux() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/varilux/varilux.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=310');
}
function opennewwinwhyvarilux() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/why_varilux/index.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=330,height=270');
}
function opennewwinphysio() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/physio/physio.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=310');
}
function opennewwinphysio360() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/physio360/physio360.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=330,height=270');
}
function opennewwinellipse() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/ellipse/ellipse.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=310');
}
function opennewwinliberty() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/liberty/liberty.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=330,height=270');
}
function opennewwinipseobenefits() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/ipseo/index.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=380,height=270');
}
function opennewwinwavetech() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/wavetechnology/index.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=270');
}
function opennewwintransitions() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/essilor/transitions/transitions.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=370,height=270');
}


function opennewwincooperexpressions() {
msgWindow=window.open('/content/contactlenses/coopervision/tryonlenses/expressions354c.html' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=710,height=430');
}
function opennewwincooperexpressionsaccents() {
msgWindow=window.open('/Content/contactlenses/coopervision/tryonlenses/accents354c.html' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=710,height=430');
}
function opennewwincoopercrazylenes() {
msgWindow=window.open('/content/contactlenses/coopervision/tryonlenses/crazy354c.html' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=710,height=430');
}


 function opennewwinwildeyes() {
msgWindow=window.open('http://content.eyevertise.com/Content/contactlenses/ciba/wildeyes/index.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=700,height=475');
}
 function opennewwinscreensaver() {
msgWindow=window.open('http://content.eyevertise.com/Content/contactlenses/ciba/wildeyes/puzzle.htm' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=700,height=425');
}




function opennewwincooperproclearmovie() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/coopervision/proclear/proclear.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=650,height=510');
}


function opennewwinacuvueinsertremove() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/acuvue/contact_lens_application_removal/contact_lens_insert_remove.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=365,height=240');
}
function opennewwinacuvuewearcaretips() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/acuvue/contact_lenses_wear_and_care_tips/contact_lenses_wear_and_care_tips.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=340,height=280');
}
function opennewwinalconinsertremove() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/alcon/contact_lens_insertion_and_removal/insertandremove.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=380,height=280');
}


function opennewwinpatient_information_myopia() {
msgWindow=window.open('/Content/lasik/patient_information_myopia.pdf' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=750,height=550');
}
function opennewwinpatient_information_hyperopia() {
msgWindow=window.open('/Content/lasik/patient_information_hyperopia.pdf' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=750,height=550');
}
function opennewwinpatient_information_hi_myopia() {
msgWindow=window.open('/Content/lasik/patient_information_hi_myopia.pdf' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=750,height=550');
}
function opennewwinpatient_information_mixed_astigmatism() {
msgWindow=window.open('/Content/lasik/patient_information_mixed_astigmatism.pdf' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=750,height=550');
}
function opennewwinlasikquiz() {
msgWindow=window.open('/Content/lasik/quiz.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=500,height=300');
}




function opennewwinhipaa() {
msgWindow=window.open('/patientinformation/privacy.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=500,height=400');
}
function opennewwinherekittykitty() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/kitty/kittykitty.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=350,height=275');
}


function opennewwinoprahfendi() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/marchon/oprah/fendi.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=420,height=340');
}

function opennewwinflexonmovie() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/marchon/flexon/flexon.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=300,height=260');
}
function opennewwinflexonmovie2() {
msgWindow=window.open('http://multimedia.eyevertise.com/multimedia/marchon/flexon2/flexon.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 0,width=340,height=280');
}

function opennewwinframeshape() {
msgWindow=window.open('/Content/eyeglasses/frameselectionguide/eyeglasses.asp' ,'JavaScriptIt','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 1,resizable= 1,copyhistory= 0,width=740,height=530');
}
