function setPointer(theRow, thePointerColor) { if (typeof(theRow.style) == 'undefined' || typeof(theRow.cells) == 'undefined') { return false; } var row_cells_cnt = theRow.cells.length; for (var c = 0; c \n" + "
\n" + "
\n" + "\n\n" + "
\n" + "\n"; var imageWindow = window.open ("","imageWin",Options); imageWindow.document.write (myScript) imageWindow.document.close (); if (window.focus) imageWindow.focus(); return false; } var bikky = document.cookie; function getCookie(name) { var index = bikky.indexOf(name + "="); if (index == -1) return null; index = bikky.indexOf("=", index) + 1; var endstr = bikky.indexOf(";", index); if (endstr == -1) endstr = bikky.length; return unescape(bikky.substring(index, endstr)); } function setCookie(name, value) { if (value != null && value != "") document.cookie=name + "=" + escape(value) + ";"; bikky= document.cookie; } var bikkys = document.cookie; function getexpirydate(nodays){ var UTCstring; Today = new Date(); nomilli=Date.parse(Today); Today.setTime(nomilli+nodays*24*60*60*1000); UTCstring = Today.toUTCString(); return UTCstring; } function getcookietime(cookiename) { var cookiestring=""+document.cookie; var index1=cookiestring.indexOf(cookiename); if (index1==-1 || cookiename=="") return ""; var index2=cookiestring.indexOf(';',index1); if (index2==-1) index2=cookiestring.length; return unescape(cookiestring.substring(index1+cookiename.length+1,index2)); } function setcookietime(name,value,duration){ cookiestring=name+"="+escape(value)+";EXPIRES="+getexpirydate(duration); document.cookie=cookiestring; bikkys= document.cookie; if(!getcookietime(name)){ return false; } else{ return true; } } function getPositionX(element){ var x=0; while(element!=null){ x += element.offsetLeft-element.scrollLeft; element=element.offsetParent; } return x; } function getPositionY(element){ var y=0; while(element!=null){ y += element.offsetTop-element.scrollTop; element=element.offsetParent; } return y; } function sortlist(j,dropdownid,formname){ //move obj up when j is -1 and down when j=1 var x = document.getElementById(dropdownid); var tempvalue = ""; var temptext = ""; var IsLimit = false; i = x.selectedIndex; //make sure hv selected item if (i>=0){ if (sAgent.indexOf('msie')!=-1 && sAgent.indexOf('opera')==-1) { var z = formname.elements; }else{ var curnode = ""; if (j>0) curnode=document.getElementById(x.value); else curnode=document.getElementById(x.options[i-1].value); var parnode = curnode.parentNode; var nextnode = curnode.nextSibling; } k = i + j; if (j