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 < row_cells_cnt; c++) {
theRow.cells[c].bgColor = thePointerColor;
}
return true;
}
function About(){
iLeft = (screen.width/2) - 250;
iTop = (screen.height/2) - 150;
window.open("common/wce.about.php","Popup","width=300,height=210,top="+iTop+",left="+iLeft+",dependent=yes,titlebar=no,scrollbars=no");
}
PositionX = (screen.width/2) - 250;
PositionY = (screen.height/2) - 150;
defaultWidth = 500;
defaultHeight = 500;
var AutoClose = true;
if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;
var isOP=(navigator.appName.indexOf("Opera")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=710,height=400,left='+(PositionX-150)+',top='+PositionY;
var optOP='scrollbars=no,width=710,height=400,left='+(PositionX-150)+',top='+(PositionY-100);
function popImage(imageURL,imageTitle){
if (isNN){imgWin=window.open('about:blank','',optNN);}
if (isIE){imgWin=window.open('about:blank','',optIE);}
if (isOP){imgWin=window.open('about:blank','',optOP);}
with (imgWin.document){
writeln('