
<!--
centered = "yes"; // or "yes". relative position to the screen.
xPos = 10; //absolute position from left. centered value mast be "no".
yPos = 10; //absolute position from top. centered value mast be "no".
botClose="js/close.gif"; // 14x14 px
botClose_on="js/close_on.gif"; 
botMinimize="js/min.gif"; //for popup object version.
botMinimize_on="js/min_on.gif";  //for popup object version. SP1
topBorder=1;
botBorder=30;
rightBorder=1;
leftBorder=1;
borderColor="#64A4Ee";  // for none: ""
borderColorOn="#ff6600"; // for none: ""
backGroundImage=""; // or "image.gif"
titleImage=""; // if this is "image.gif", image.gif will be placed instead of the winTitle 
titleFontFamily="Verdana, arial";
fontStyle= "normal";  // or "italic"
titleFontSize= 10; 
titleFontWeight="bold"; // or "nolmal"
titleFontColor= "#ffffff";
titleAlign= "bottom";  // or "top"  //also for close & minimize button
scrollbars="no"; // or "no"
//-->
function openChromeless(path,winTitle,width,height){
openwin(path,scrollbars,width,height,winTitle,botClose,botClose_on,botMinimize,botMinimize_on,topBorder,botBorder,rightBorder,leftBorder,borderColor,borderColorOn,backGroundImage,titleImage,titleFontFamily,fontStyle,titleFontSize,titleFontColor,titleFontWeight,titleAlign,centered,xPos,yPos);
}
