CornerShot Site
function LargeImageShow(LImageUrl,ImageW,ImageH){
ImageH += 20;
ImageW += 20;
largeImage = window.open(LImageUrl,'largeImage','location=no,left=200,top=200,menubar=no,height='+ ImageH +',width=' + ImageW);
largeImage.focus();
}
function FixStr(strToFix){
var re,rv;
var rv = String(strToFix);
re = /[\{\}-]/g;
rv=rv.replace(re,"");
return (rv);
}
function OffLineAlert(){
alert('This option disabled Off-Line.');
return false;
}
function OpenPrintCart(){
window.open("/default.asp?mode=printshoppingcart","_blank","width=500,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes");
}
function OpenMediaPlayer(url,id){
var qs = "";
if(url!="")qs = "url="+escape(url);
else if(id!="")qs = "id="+escape(id);
window.open("/ws3engine/mediaPlayer/default.asp?"+qs);
}
function openSecondaryLongDescPopup(o){
width = "";
height = "";
if(width=="")width=400;
if(height=="")height=500;
var w = window.open("","","location=no,left=50,top=50,menubar=no,height="+height+",width="+width+",scrollbars=yes");
var html = "";
var bhtml = "";
try{
html=document.all[0].children[0].outerHTML;
var rep = "\>(.|\n)*";
var re = new RegExp(rep,"mi")
html=html+document.body.outerHTML.replace(re,"*>");
//html=html+document.body.outerHTML.replace(/\>(.|\n)*/mi,">");
}catch(e){
bhtml="";
}
html = ""+html+o.innerHTML+bhtml+"";
w.document.open();
w.document.write(html);
w.document.close();
w.focus();
//w.document.body.innerText = html;
}
   var DMenu_BName = "U";var DMenu_DVers = 0;
var DMenu_EngineLoaded = false;
var DMenu_TemplatesEngineLoaded = false;
var DMenu_TreesArr = new Array();
var DMenu_MenusArr = new Array();
function DMenu_clsTree(){
this.TreeName = null;
this.TreeIndex = null;
this.TreeNodes = new Array();
this.TopLevelTreeNodes = new Array();
}
function DMenu_clsTreeNode(){
this.TreeIndex = null;
this.NodeName = null;
this.NodeIndex = null;
this.NodeLevel = null;
this.NodeID = null;
this.NodePID = null;
this.NodePIndex = null; /*@@@ parent*/
this.NodeFCIndex = null; /*@@@ first child*/
this.NodePSIndex = null; /*@@@ previous sibling*/
this.NodeNSIndex = null; /*@@@ lastsibling*/
this.NodeChildrenCount = 0;
this.NodeLink = null;
this.NodeAlias = null;
}
function DMenu_clsMenu(){
this.MenuName = null;
this.MenuIndex = null;
this.TreeIndex = null;
this.MenuNodes = new Array();
this.TopLevelOpenedMenuObj = null;
this.TopLevelHighlighMenuObj = null;
}
function DMenu_clsMenuCSS(){
this.css_msov_normal = null;
this.css_msot_normal = null;
this.css_msov_selected = null;
this.css_msot_selected = null;
this.css_msov_descendant_selected = null;
this.css_msot_descendant_selected = null;
this.script_msov_normal = null;
this.script_msot_normal = null;
this.script_msov_selected = null;
this.script_msot_selected = null;
this.script_msov_descendant_selected = null;
this.script_msot_descendant_selected = null;
}
function DMenu_clsMenuCSS_getValue(arrLavels,Level,bMsOver,bClassName,mode){
var tmp;
var rv = null;
var cntlevel = Level
while(cntlevel>0){
tmp = arrLavels[cntlevel];
if(tmp!=null)break;
cntlevel--;
}
if(tmp!=null){
switch(mode){
case "normal" :
if(bMsOver && bClassName){
rv = tmp.css_msov_normal;
}else if(!bMsOver && bClassName){
rv = tmp.css_msot_normal;
}else if(bMsOver && !bClassName){
rv = tmp.script_msov_normal;
}else if(!bMsOver && !bClassName){
rv = tmp.script_msot_normal;
}break;
case "selected" :
if(bMsOver && bClassName){
rv = tmp.css_msov_selected;
}else if(!bMsOver && bClassName){
rv = tmp.css_msot_selected;
}else if(bMsOver && !bClassName){
rv = tmp.script_msov_selected;
}else if(!bMsOver && !bClassName){
rv = tmp.script_msot_selected;
}break;
case "dselected" :
if(bMsOver && bClassName){
rv = tmp.css_msov_descendant_selected;
}else if(!bMsOver && bClassName){
rv = tmp.css_msot_descendant_selected;
}else if(bMsOver && !bClassName){
rv = tmp.script_msov_descendant_selected;
}else if(!bMsOver && !bClassName){
rv = tmp.script_msot_descendant_selected;
}break;
}
}
return rv;
}
function DMenu_CSSV(arrLavels,Level,bMsOver,bClassName,mode){
return DMenu_clsMenuCSS_getValue(arrLavels,Level,bMsOver,bClassName,mode);
}
function DMenu_clsMenuNode(){
this.MenuIndex = null;
this.MenuNodeIndex = null;
this.TreeIndex = null;
this.TreeNodeIndex = null;
this.ParentMenuNodeIndex = null;
this.Selected = false;
this.DescendantSelected = false;
this.MenuNodeID = null;
this.MenuNodeOverClassName = null;
this.MenuNodeOutClassName = null;
this.MenuNodeOverScript = null;
this.MenuNodeOutScript = null;
this.MenuNodeOverOutDeep = "this"; /* @@@ children; descendants; this+children; this+descendants; */
this.MenuNodeObj = null;
this.MenuNodeChildrenContainerObj = null;
this.MenuNodeChildrenObj = new Array();
this.OpenedMenuObj = null;
this.OpenedMenuDisplayProperty = null;
this.HighlighMenuObj = null;
this.SiblingsMenuNodes = null;
this.ChildLevelOpenedMenuObj = null;
this.ChildLevelHighlighMenuObj = null;
this.ExecuteMenuNodeMouseMove = DMenu_clsMenuNode_ExecuteMenuNodeMouseMove;
}
function DMenu_clsMenuNode_ExecuteMenuNodeMouseMove(l,e,Over){
this.ExecuteMenuNodeMouseMove = DMenu_clsMenuNode_ExecuteMenuNodeMouseMove;this.ExecuteMenuNodeMouseMove(l,e,Over);
}
function DMenu_RegisterJSTree(TreeName){
var t = new DMenu_clsTree();
DMenu_TreesArr[DMenu_TreesArr.length]=t;
t.TreeIndex=DMenu_TreesArr.length-1;
t.TreeName=TreeName;
return t.TreeIndex;
}
function DMenu_RegisterJSMenu(TreeName,MenuName){
var TreeIndex = -1;
for(var i=0;i=0){
var m = new DMenu_clsMenu();
DMenu_MenusArr[DMenu_MenusArr.length]=m;
m.MenuIndex=DMenu_MenusArr.length-1;
m.TreeIndex = TreeIndex
m.MenuName=MenuName;
}
}
/*@@@DMenu_RegisterJSTreeNode*/
var DMenu_RJSTN_levels;DMenu_RJSTN_currentTree=-1;
function DMenu_RJSTN(TreeIndex,ID,PID,Name,Link,Alias,ChildrenCount,Level){
if(TreeIndex!=DMenu_RJSTN_currentTree){
DMenu_RJSTN_currentTree = TreeIndex;DMenu_RJSTN_levels = new Array();DMenu_RJSTN_levels[0]=-1;
}
var t = DMenu_TreesArr[TreeIndex*1];
var n = new DMenu_clsTreeNode();
var p = (PID=="")?null:t.TreeNodes[DMenu_RJSTN_levels[Level*1]];
var tmpIndex;
n.TreeIndex = TreeIndex;
n.NodeName = Name;
n.NodeIndex = t.TreeNodes.length;
n.NodeID = ID;
n.NodePID = PID;
n.NodeLevel = Level;
n.NodePIndex = (p==null)?null:p.NodeIndex*1;
n.NodeFCIndex = (ChildrenCount>0)?(n.NodeIndex*1+1*1):null;
if(p==null){
n.NodePSIndex = null;
n.NodeNSIndex = null;
}else{
tmpIndex = n.NodeIndex-1
while(true){
if(tmpIndex>=0){
if(t.TreeNodes[tmpIndex].NodePIndex==n.NodePIndex){
n.NodePSIndex = tmpIndex;
t.TreeNodes[tmpIndex].NodeNSIndex = n.NodeIndex;
break;
}
}else{
break;
}
tmpIndex--;
}
}
n.NodeChildrenCount = ChildrenCount;
n.NodeLink = Link;
n.NodeAlias = Alias;
DMenu_RJSTN_levels[Level*1+1]=n.NodeIndex;
t.TreeNodes[n.NodeIndex]=n;
if(p==null){
t.TopLevelTreeNodes[t.TopLevelTreeNodes.length]=n;
if(t.TopLevelTreeNodes.length>1){
n.NodePSIndex = t.TopLevelTreeNodes[t.TopLevelTreeNodes.length-2].NodeIndex;
t.TopLevelTreeNodes[t.TopLevelTreeNodes.length-2].NodeNSIndex = n.NodeIndex;
}
}
//document.all.DMenu_Debug.value = document.all.DMenu_Debug.value + n.NodeIndex + ". ("+n.NodePIndex+"; "+Level+"; "+DMenu_RJSTN_levels[Level*1]+") " + n.NodeName+"---["+((p!=null)?p.NodeName:"null")+"]\n";
}
/*@@@DMenu_RegisterJSMenuNode*/
function DMenu_RJSMN(MenuName,ID,Selected,DescendantSelected,MenuNodeOverClassName,MenuNodeOutClassName,MenuNodeOverScript,MenuNodeOutScript,MenuNodeOverOutDeep){
var MenuIndex=-1;
var TreeObj=null;
var TreeNodeObj=null;;
for(var i=0;i
var DMenu_css__Main = new Array();
//@@@ top level
var Dmenu_tmp = new DMenu_clsMenuCSS();
DMenu_css__Main[1]=Dmenu_tmp;
Dmenu_tmp.css_msov_normal = "DMenu_Main_TopLevel_MouseOver_normal";
Dmenu_tmp.css_msot_normal = "DMenu_Main_TopLevel_MouseOut_normal";
Dmenu_tmp.css_msov_selected = "DMenu_Main_TopLevel_MouseOver_selected";
Dmenu_tmp.css_msot_selected = "DMenu_Main_TopLevel_MouseOut_selected";
Dmenu_tmp.css_msov_descendant_selected = "DMenu_Main_TopLevel_MouseOver_descendant_selected";
Dmenu_tmp.css_msot_descendant_selected = "DMenu_Main_TopLevel_MouseOut_descendant_selected";
//@@@ main menu top level callback scripts : if it's not in use comment this block
Dmenu_tmp.script_msov_normal = "DMenu_Main_Level1_MouseOver"; //@@@ callback function name
Dmenu_tmp.script_msot_normal = "DMenu_Main_Level1_MouseOut";
Dmenu_tmp.script_msov_selected = "DMenu_Main_Level1_MouseOver";
Dmenu_tmp.script_msot_selected = "DMenu_Main_Level1_MouseOut";
Dmenu_tmp.script_msov_descendant_selected = "DMenu_Main_Level1_MouseOver";
Dmenu_tmp.script_msot_descendant_selected = "DMenu_Main_Level1_MouseOut";
//@@@ End main menu top level callback scripts : if it's not in use comment this block
//@@@ flat level
var Dmenu_tmp = new DMenu_clsMenuCSS();
DMenu_css__Main[2]=Dmenu_tmp;
Dmenu_tmp.css_msov_normal = "DMenu_Main_FlatLevel_MouseOver_normal";
Dmenu_tmp.css_msot_normal = "DMenu_Main_FlatLevel_MouseOut_normal";
Dmenu_tmp.css_msov_selected = "DMenu_Main_FlatLevel_MouseOver_selected";
Dmenu_tmp.css_msot_selected = "DMenu_Main_FlatLevel_MouseOut_selected";
Dmenu_tmp.css_msov_descendant_selected = "DMenu_Main_FlatLevel_MouseOver_descendant_selected";
Dmenu_tmp.css_msot_descendant_selected = "DMenu_Main_FlatLevel_MouseOut_descendant_selected";
var DMenu_css__Images = new Array();
DMenu_css__Images[0]=new Image();
DMenu_css__Images[0].src = "template/images/BackgroundMainTopLevelOver.gif";
function DMenu_Main_Level1_MouseOver(args){
if(DMenu_BName=="IE"){
var tmp = 0;
if(args.cssClassName.indexOf("elected")==-1){
args.objHTML.background=DMenu_css__Images[0].src;
args.objHTML.children[0].style.color="#FFFFFF";
}
else
{
args.objHTML.children[0].style.color="#FFFFFF";
}
}else if(DMenu_BName=="NS" && DMenu_DVers>=6){
if(args.cssClassName.indexOf("elected")==-1){
args.objHTML.style.backgroundImage="url("+DMenu_css__Images[0].src+")";
args.objHTML.childNodes[0].style.color="#FFFFFF";
}
else
{
args.objHTML.children[0].style.color="#FFFFFF";
}
}
if(args.cssClassName!=null && args.cssClassName!=""){
DMenu_ApplyNewClassName(args.objHTML,args.cssClassName);
}
}
function DMenu_Main_Level1_MouseOut(args){
if(DMenu_BName=="IE"){
if(args.cssClassName.indexOf("elected")==-1){
args.objHTML.background="";
args.objHTML.childNodes[0].style.color="#BBA478";
}
else
{
args.objHTML.children[0].style.color="#FFFFFF";
}
}else if(DMenu_BName=="NS" && DMenu_DVers>=6){
if(args.cssClassName.indexOf("elected")==-1){
args.objHTML.style.backgroundImage="";
args.objHTML.childNodes[0].style.color="#BBA478";
}
else
{
args.objHTML.children[0].style.color="#FFFFFF";
}
}
if(args.cssClassName!=null && args.cssClassName!=""){
DMenu_ApplyNewClassName(args.objHTML,args.cssClassName);
}
}
var DMenu_css__Products = new Array();
//@@@ top level
var Dmenu_tmp = new DMenu_clsMenuCSS();
DMenu_css__Products[2]=Dmenu_tmp;
Dmenu_tmp.css_msov_normal = "DMenu_Products_TopLevel_MouseOver_normal";
Dmenu_tmp.css_msot_normal = "DMenu_Products_TopLevel_MouseOut_normal";
Dmenu_tmp.css_msov_selected = "DMenu_Products_TopLevel_MouseOver_selected";
Dmenu_tmp.css_msot_selected = "DMenu_Products_TopLevel_MouseOut_selected";
Dmenu_tmp.css_msov_descendant_selected = "DMenu_Products_TopLevel_MouseOver_descendant_selected";
Dmenu_tmp.css_msot_descendant_selected = "DMenu_Products_TopLevel_MouseOut_descendant_selected";
//@@@ products menu top level callback scripts : if it's not in use comment this block
Dmenu_tmp.script_msov_normal = "DMenu_Procucts_Level1_MouseOver"; //@@@ callback function name
Dmenu_tmp.script_msot_normal = "DMenu_Procucts_Level1_MouseOut";
Dmenu_tmp.script_msov_selected = "DMenu_Procucts_Level1_MouseOver";
Dmenu_tmp.script_msot_selected = "DMenu_Procucts_Level1_MouseOut";
Dmenu_tmp.script_msov_descendant_selected = "DMenu_Procucts_Level1_MouseOver";
Dmenu_tmp.script_msot_descendant_selected = "DMenu_Procucts_Level1_MouseOut";
//@@@ End products menu top level callback scripts : if it's not in use comment this block
//@@@ flat level
var Dmenu_tmp = new DMenu_clsMenuCSS();
DMenu_css__Products[3]=Dmenu_tmp;
Dmenu_tmp.css_msov_normal = "DMenu_Products_FlatLevel_MouseOver_normal";
Dmenu_tmp.css_msot_normal = "DMenu_Products_FlatLevel_MouseOut_normal";
Dmenu_tmp.css_msov_selected = "DMenu_Products_FlatLevel_MouseOver_selected";
Dmenu_tmp.css_msot_selected = "DMenu_Products_FlatLevel_MouseOut_selected";
Dmenu_tmp.css_msov_descendant_selected = "DMenu_Products_FlatLevel_MouseOver_descendant_selected";
Dmenu_tmp.css_msot_descendant_selected = "DMenu_Products_FlatLevel_MouseOut_descendant_selected";
function DMenu_Procucts_Level1_MouseOver(args){
if(DMenu_BName=="IE"){
args.objHTML.all.tags("A")[0].style.color="#993333";
}else if(DMenu_BName=="NS" && DMenu_DVers>=6){
args.objHTML.getElementsByTagName("A")[0].style.color="#993333";
}
if(args.cssClassName!=null && args.cssClassName!=""){
DMenu_ApplyNewClassName(args.objHTML,args.cssClassName);
}
}
function DMenu_Procucts_Level1_MouseOut(args){
if(DMenu_BName=="IE"){
args.objHTML.all.tags("A")[0].style.color="black";
}else if(DMenu_BName=="NS" && DMenu_DVers>=6){
args.objHTML.getElementsByTagName("A")[0].style.color="black";
}
if(args.cssClassName!=null && args.cssClassName!=""){
DMenu_ApplyNewClassName(args.objHTML,args.cssClassName);
}
}
var DefaultPage = "default.asp";
function DMenu_GenerateExecutionCommandsForFlatNode(MenuName,id,NodeChildrenCount,MyAlign,ChildrenAlign,MyValign,ChildrenValign,offsetX,offsetY){
var iner = "";
if(NodeChildrenCount>0){
iner+=(' onmouseover="DMenu_DisplayChildrenMenu(this,\''+MenuName+'\',\''+id+'\',event,\''+MyAlign+'\',\''+ChildrenAlign+'\',\''+MyValign+'\',\''+ChildrenValign+'\','+offsetX+','+offsetY+',\'display\');" ');
}else{
iner+=(' onmouseover="DMenu_HideLevelMenus(\''+MenuName+'\',\''+id+'\');DMenu_HighlightMenu(this,\''+MenuName+'\',\''+id+'\',event,true);"');
}
return iner;
}
function DMenu_GenerateNodeLink(TreeNodeObj){
var isOnline = -1;
if(isOnline!=0 && TreeNodeObj.NodeAlias!=""){
return TreeNodeObj.NodeAlias;
}else{
return "default.asp?catid="+TreeNodeObj.NodeLink;
}
}
var _tmp=DMenu_RegisterJSTree("DMenu1Tree");
DMenu_RJSTN(_tmp,"1","","HOME PAGE","{3E31AB82-2BB0-11D7-92D3-0080AD76B634}","",0,1);DMenu_RJSTN(_tmp,"2","","ABOUT US","{F41F454F-7F6B-49AA-92C4-8EF165929953}","",0,1);DMenu_RJSTN(_tmp,"3","","PRODUCTS","{A57CC9B7-426E-48C0-AF46-2CA6178CF879}","",3,1);DMenu_RJSTN(_tmp,"4","3","CORNER SHOT CSM","{FF7AD3C0-590B-4587-90BA-13B61B350DFB}","",2,2);DMenu_RJSTN(_tmp,"5","4","GENERAL DESCRIPTION","{A1DD3745-5BFC-4EBA-A94A-FB490B3E92DA}","",0,3);DMenu_RJSTN(_tmp,"6","4","ACCESSORIES","{E014BBE2-EDE9-450F-8AF7-A4672A297224}","",0,3);DMenu_RJSTN(_tmp,"21","3","CORNER SHOT 40 ™","{7503C2F5-DA9D-4913-AF3B-05796C7D8895}","",2,2);DMenu_RJSTN(_tmp,"22","21","GENERAL DESCRIPTION","{820A1F6F-8F7D-4E19-BF10-4EA95071ABB1}","",0,3);DMenu_RJSTN(_tmp,"23","21","ACCESSORIES","{B2AE89F4-47BC-4F3A-82ED-DA09AA6111EC}","",0,3);DMenu_RJSTN(_tmp,"37","3","CORNER SHOT APR™","{72AB6029-F793-4FC7-8AE3-A444AD682810}","",2,2);DMenu_RJSTN(_tmp,"38","37","GENERAL DESCRIPTION","{71B41A9F-3052-49FB-A498-F039CA6DF358}","",0,3);DMenu_RJSTN(_tmp,"39","37","ACCESSORIES","{9372281D-644B-4C11-B585-EFD314E5E8D0}","",0,3);DMenu_RJSTN(_tmp,"53","","DOWNLOAD","{4CF8B3FF-4A8F-457C-A8E5-6DC80504CBF5}","",0,1);DMenu_RJSTN(_tmp,"54","","WHY CORNER SHOT","{2491FADD-4696-4DB6-8BE0-1C879B9BDCCD}","",0,1);DMenu_RJSTN(_tmp,"55","","NEWS","{2ACA827C-2312-4240-8D89-A7EDBC9C2311}","",2,1);DMenu_RJSTN(_tmp,"56","55","PRESS RELEASES","{A6840E54-CD3C-4D60-9771-7188785E15AC}","",3,2);DMenu_RJSTN(_tmp,"57","56","CORNER SHOT","{4A0391C2-A848-4FEB-954F-BB406C4D3CFF}","",0,3);DMenu_RJSTN(_tmp,"58","56","CORNER SHOT 40 ™","{A1480B38-B26C-4BBC-981F-2B3BE7EA6A0B}","",0,3);DMenu_RJSTN(_tmp,"59","56","CORNER SHOT APR™","{AEB53B2B-DC7C-47E6-A1C6-650EEA50CD82}","",0,3);DMenu_RJSTN(_tmp,"60","55","ARTICLES ARCHIVE","{6BAFD703-506C-4170-B9DA-C8C094E6C929}","",3,2);DMenu_RJSTN(_tmp,"61","60","CORNER SHOT","{618A89F4-3B3F-475A-9FD1-68307279599B}","",0,3);DMenu_RJSTN(_tmp,"62","60","CORNER SHOT 40 ™","{83CD4243-6585-4A2F-9B8E-DA1B3E1F2016}","",0,3);DMenu_RJSTN(_tmp,"63","60","CORNER SHOT APR™","{8F6792BA-D85C-469B-ADBE-929EFC670BA2}","",0,3);DMenu_RJSTN(_tmp,"64","","CONTACT US","{32CE1D0B-1897-477B-B397-0CA3453F629E}","",1,1);DMenu_RJSTN(_tmp,"65","64","DISTRIBUTORS","{CD32D4B0-738C-45A8-BFF7-9D8CD80210D9}","",5,2);DMenu_RJSTN(_tmp,"66","65","USA","{BFDF76B5-762D-4635-BB51-F8B50E84C8DC}","",0,3);DMenu_RJSTN(_tmp,"67","65","EUROPE","{E9940F84-A6A8-4C51-B041-775C32157088}","",0,3);DMenu_RJSTN(_tmp,"68","65","FAR EAST","{014CA1B4-91AD-4C75-A76A-2074F53EA1A2}","",0,3);DMenu_RJSTN(_tmp,"69","65","SOUTH AMERICA","{E738334F-DC5B-4D31-9901-61EE9FB81942}","",0,3);DMenu_RJSTN(_tmp,"70","65","AFRICA","{3B8C9F77-C554-475C-8F8C-FBBC0647DC4C}","",0,3);DMenu_RJSTN(_tmp,"71","","SITEMAP","{032C96E6-C776-4436-8C07-D42308111CD6}","",0,1);DMenu_RegisterJSMenu("DMenu1Tree","Main");DMenu_RJSMN("Main","1","true","",DMenu_CSSV(DMenu_css__Main,1,true,true,"selected"),DMenu_CSSV(DMenu_css__Main,1,false,true,"selected"),DMenu_CSSV(DMenu_css__Main,1,true,false,"selected"),DMenu_CSSV(DMenu_css__Main,1,false,false,"selected"),"this"); HOME PAGEDMenu_RJSMN("Main","2","","",DMenu_CSSV(DMenu_css__Main,1,true,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,true,false,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,false,"normal"),"this"); ABOUT USDMenu_RJSMN("Main","3","","",DMenu_CSSV(DMenu_css__Main,1,true,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,true,false,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,false,"normal"),"this"); PRODUCTSDMenu_RJSMN("Main","53","","",DMenu_CSSV(DMenu_css__Main,1,true,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,true,false,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,false,"normal"),"this"); DOWNLOADDMenu_RJSMN("Main","54","","",DMenu_CSSV(DMenu_css__Main,1,true,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,true,false,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,false,"normal"),"this"); WHY CORNER SHOTDMenu_RJSMN("Main","55","","",DMenu_CSSV(DMenu_css__Main,1,true,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,true,false,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,false,"normal"),"this"); NEWSDMenu_RJSMN("Main","64","","",DMenu_CSSV(DMenu_css__Main,1,true,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,true,false,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,false,"normal"),"this"); CONTACT USDMenu_RJSMN("Main","71","","",DMenu_CSSV(DMenu_css__Main,1,true,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,true,"normal"),DMenu_CSSV(DMenu_css__Main,1,true,false,"normal"),DMenu_CSSV(DMenu_css__Main,1,false,false,"normal"),"this"); SITEMAP

 4 Derech Hachoresh,
Yehud
,
56470IsraelPhone: +972-3-6326116Fax: +972-3-6326115E-mail: israel@cornershot.netSite By Pionet Technologies Ltd.sv3CreditsContainer A{font-family:arial;font-size:8pt;color:orange;text-decoration:none;}ôéåðè èëðåìåâéåú áðééú àúøéí , îñçø àì÷èøåðé
/*@@@ DMenu_Main_FlatLevel_Render*/
var DMenu_cMFLR_cssArr=new Array();
function DMenu_cMFLR(ID,Selected,DescendantSelected,Level,RegistrationLevel){ //@@@ custom Main Flat Level Render
var mode = "normal";if(Selected)mode="selected";else if(DescendantSelected)mode="dselected";
var a = null, b = null;
if(mode=="normal"){a = DMenu_cMFLR_cssArr[Level];b = a;}
if(a==null){
a = new Array();
a[0] = DMenu_clsMenuCSS_getValue(DMenu_css__Main,Level,true,true,mode);
a[1] = DMenu_clsMenuCSS_getValue(DMenu_css__Main,Level,false,true,mode);
a[2] = DMenu_clsMenuCSS_getValue(DMenu_css__Main,Level,true,false,mode);
a[3] = DMenu_clsMenuCSS_getValue(DMenu_css__Main,Level,false,false,mode);
}
if(b==null && mode=="normal"){DMenu_cMFLR_cssArr[Level]=a;}
var tmp = DMenu_RJSMN("Main",ID,Selected,DescendantSelected,a[0],a[1],a[2],a[3],"this");
return DMenu_Main_FlatLevel_Render_X("Main",tmp);
}
/*@@@ DMenu_Main_FlatLevelContainerOpen_Render_X */
function DMenu_cMFLCOR(ID){return DMenu_Main_FlatLevelContainerOpen_Render_X("Main",ID);}
/*@@@ DMenu_Main_FlatLevelContainerClose_Render_X */
function DMenu_cMFLCCR(ID){return DMenu_Main_FlatLevelContainerClose_Render_X("Main",ID);}
function DMenu_Main_FlatLevels_Render(flag){
if(!DMenu_EngineLoaded || !DMenu_TemplatesEngineLoaded){
setTimeout("DMenu_Main_FlatLevels_Render();",10);return;
}else{
if(DMenu_BName=="IE"){
if(document.readyState != "loaded" && document.readyState != "complete"){
setTimeout("DMenu_Main_FlatLevels_Render();",10);return;
}
if(flag==null){
setTimeout("DMenu_Main_FlatLevels_Render(true);",500);
return;
}
}
}
DMenu_dWrite(DMenu_cMFLCOR("3")+DMenu_cMFLR("4","","",2,2)+DMenu_cMFLR("21","","",2,2)+DMenu_cMFLR("37","","",2,2)+DMenu_cMFLCCR("3"));
DMenu_dWrite(DMenu_cMFLCOR("4")+DMenu_cMFLR("5","","",3,3)+DMenu_cMFLR("6","","",3,3)+DMenu_cMFLCCR("4"));
DMenu_dWrite(DMenu_cMFLCOR("21")+DMenu_cMFLR("22","","",3,3)+DMenu_cMFLR("23","","",3,3)+DMenu_cMFLCCR("21"));
DMenu_dWrite(DMenu_cMFLCOR("37")+DMenu_cMFLR("38","","",3,3)+DMenu_cMFLR("39","","",3,3)+DMenu_cMFLCCR("37"));
DMenu_dWrite(DMenu_cMFLCOR("55")+DMenu_cMFLR("56","","",2,2)+DMenu_cMFLR("60","","",2,2)+DMenu_cMFLCCR("55"));
DMenu_dWrite(DMenu_cMFLCOR("56")+DMenu_cMFLR("57","","",3,3)+DMenu_cMFLR("58","","",3,3)+DMenu_cMFLR("59","","",3,3)+DMenu_cMFLCCR("56"));
DMenu_dWrite(DMenu_cMFLCOR("60")+DMenu_cMFLR("61","","",3,3)+DMenu_cMFLR("62","","",3,3)+DMenu_cMFLR("63","","",3,3)+DMenu_cMFLCCR("60"));
DMenu_dWrite(DMenu_cMFLCOR("64")+DMenu_cMFLR("65","","",2,2)+DMenu_cMFLCCR("64"));
DMenu_dWrite(DMenu_cMFLCOR("65")+DMenu_cMFLR("66","","",3,3)+DMenu_cMFLR("67","","",3,3)+DMenu_cMFLR("68","","",3,3)+DMenu_cMFLR("69","","",3,3)+DMenu_cMFLR("70","","",3,3)+DMenu_cMFLCCR("65"));
}
DMenu_Main_FlatLevels_Render();
var __anchorItem=null;
if(location.hash.substr(1)!=""){
try{
__anchorItem = document.getElementById(location.hash.substr(1));
}catch(e){
try{
__anchorItem = document.all[location.hash.substr(1)];
}catch(e){}
}
}
if(__anchorItem!=null){
try{
__anchorItem.style.border="1px solid red";
}catch(e){}
}
|
|