<!-- hide script from old browsersvar windowW=window.screen.availWidthvar windowH=window.screen.availHeightvar windowX = 0var windowY = 0var title =  "Keith Sonnier"var autoclose = falses = "width="+windowW+",height="+windowH;var beIE = document.all?true:falsevar popW = 800 var popH = 650var leftPos = (screen.width-popW)/2var topPos = (screen.height-popH)/2;if (document.all) {   /* the following is only available after onLoad */   w = document.body.clientWidth;   h = document.body.clientHeight;}else if (document.layers) {   w = window.innerWidth;   h = window.innerHeight;}function go(){ setTimeout('popUp("chandelier/ks_chandeliers.html","elastic",650,800)', 500); } function popUp(strURL,strType,strHeight,strWidth,scrollbar) {var strOptions=""var popW = 360 var popH = 270var leftPos = (screen.width-popW)/2var topPos = (screen.height-popH)/2;if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;if (strType=="elastic") strOptions="resizable,height="+strHeight+",width="+strWidth+",top="+topPos+", left="+leftPos;if (strType=="elastic_scroll") strOptions="resizable,height="+strHeight+",width="+strWidth+",top="+topPos+", left="+leftPos+", scrollbars="+scollbar;window.open(strURL, 'newWin', strOptions);}function openFrameless(urlPop){    NFW=window.open(urlPop,"popFrameless","scrollbars='no',"+s)    NFW.blur()    window.focus()    NFW.resizeTo(windowW,windowH)    NFW.moveTo(windowX,windowY)  NFW.focus()  if (autoclose){    window.onunload = function(){NFW.close()}  }}// end hiding script from old browsers -->
