var gChildWindow;var gbUrlIsSet=false;function siteWindow(){var a=siteWindow.arguments[0];var b="/frame/?s="+siteWindow.arguments[1];var c=window.location.hash;if(c.indexOf("googtrans(")>-1){c="";var d=a.href.split("#");for(var i=0;i<d.length;i++){if(d[i].indexOf("googtrans(")>-1){c="#"+d[i]}}}if(c.indexOf("googtrans(")==-1){c=""}if(siteWindow.arguments.length<2){alert("ERROR: no URL specified in link.");return false}if(siteWindow.arguments.length==2){gChildWindow=namedWindow({url:b,name:'siteWin',resizable:'1',width:1024,height:768,hash:c})}else if(siteWindow.arguments.length==3){gChildWindow=namedWindow({url:b,name:'siteWin',resizable:'1',width:siteWindow.arguments[2],height:768,hash:c})}else if(siteWindow.arguments.length==4){gChildWindow=namedWindow({url:b,name:'siteWin',resizable:'1',width:siteWindow.arguments[2],height:siteWindow.arguments[3],hash:c})}else{gChildWindow=namedWindow({url:b,name:siteWindow.arguments[4],resizable:'1',width:1024,height:768,hash:c})}setTimeout("letWindowLoad('"+siteWindow.arguments[1]+"')",1500);return gChildWindow}function letWindowLoad(a){;setUrl(a)}function setUrl(a){}function namedWindow(a){var b={url:'about:blank',name:'fullWindow',toolbar:'no',location:'no',directories:'no',menubar:'no',scrollbars:'yes',width:1024,height:768,hash:''};var c=new Array("toolbar","location","directories","menubar","scrollbars","width","height");if(navigator.appName.indexOf("Microsoft")>-1){isMSIE=true;b.leftName='left';b.topName='top'}else{isMSIE=false;b.leftName='screenX';b.topName='screenY'}c.splice(c.length,0,b.leftName,b.topName);b.leftVal='50';b.topVal='50';var d="";if(typeof(a)=="string"){b.url=a}else if(typeof(a)=="object"){b.url=a.url;for(var x=0;x<c.length;x++){if(eval("a."+c[x])){eval("b."+c[x]+"=a."+c[x])}}if(a.screenX&&typeof(a.screenX)!="undefined"){b.leftVal=a.screenX}else if(a.left&&typeof(a.left)!="undefined"){b.leftVal=a.left}if(a.screenY&&typeof(a.screenY)!="undefined"){b.topVal=a.screenY}else if(a.top&&typeof(a.top)!="undefined"){b.topVal=a.top}b[b.leftName]=b.leftVal;b[b.topName]=b.topVal;if(a.name){b.name=a.name}if(a.hash){b.hash=a.hash}}for(var x=0;x<c.length;x++){d+=(b[c[x]]===''?'':(d.length==0?'':',')+c[x]+'='+b[c[x]])}if(b.hasOwnProperty('status')){d+=(b['status']===''?'':(d.length==0?'':',')+'status='+b['status'])}d+=(a['resizable']===''?'':(d.length==0?'':',')+'resizable='+a['resizable']);var e=window.open(b.url+b.hash,b.name,d);return e}