function LoadGallery(p,i){var preload = document.getElementById('preload_'+current_preload);if(document.all){document.getElementById('preloaded_img_'+current_preload).style.filter="blendTrans(duration=1)";document.getElementById('preloaded_img_'+current_preload).filters.blendTrans.Apply();document.getElementById('preloaded_img_'+current_preload).filters.blendTrans.Play();}s = preload.style;s.display = 'none';var np = document.getElementById('preload_'+i);if (document.all){document.getElementById('preloaded_img_'+i).style.filter="blendTrans(duration=1)";document.getElementById('preloaded_img_'+i).filters.blendTrans.Apply();document.getElementById('preloaded_img_'+i).filters.blendTrans.Play();}s = np.style;s.display = 'block';current_preload = i;}function popup2(t){p= window.open(t,'PopupViewer','scrollbars=yes,location=no,status=no,menubar=0,directories=no,top=0,left=0,width=640,height=360,titlebar=no');self.aNoteWin = p;return false;}function popup(t,w,h){p= window.open(t,'PopupViewer','scrollbars=yes,location=no,status=no,menubar=0,directories=no,top=0,left=0,width='+w+',height='+h+',titlebar=no');self.aNoteWin = p;return false;}function popupWindow(i,p){xl = (screen.width) ? (screen.width-500)/2 : 0;xt = (screen.height) ? (screen.height-500)/2 : 0;settings = 'height=725,width=650,top='+xt+',left='+xl+',toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1';win = window.open("/view_image.html?image_id="+i+"&product_id="+p,null,settings);}function popupWindow2(gallery_id, large_image, member){if(member==null){member='N'}LeftPosition = (screen.width) ? (screen.width-500)/2 : 0;TopPosition = (screen.height) ? (screen.height-500)/2 : 0;settings = 'height=765,width=530,top='+TopPosition+',left='+LeftPosition+',toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1';win = window.open("/view_gallery_image.html?gallery_id=" + gallery_id+ "&image="+large_image+"&member="+member,null,settings);}function confirmAction(m){var a = confirm (m);if (a){return true;}else{return false;}}window.onload = attachFormHandlers;function attachFormHandlers(){if (document.getElementsByTagName){var f=document.getElementsByTagName('form');for (var i=0;i= 4) { win.window.focus(); }} function bookmark(url,title) { if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) { window.external.AddFavorite(url,title); } else if (navigator.appName == "Netscape") { window.sidebar.addPanel(title,url,""); } else { alert("Press CTRL-D (Netscape) or CTRL-T (Opera) to bookmark"); } } function changeBg(counter) { //alert(counter); //document.getElementById("top_product_img").src=src; for (var x = 1; x <= 6; x++) { document.getElementById("special_"+x).className = 'special_offer'; } document.getElementById("special_"+counter).className = 'special_offer_on'; //document['sim2'].src=src; return; } function changeImgSpecial(src) { //alert(src); document.getElementById("special_product_img").src=src; //document['sim2'].src=src; return; }