";
style = "";
if(this.hasscroll)
style += "overflow:scroll;";
else
style += "overflow:hidden;";
if(properties.width)
style += "width" + ":" + (parseInt(this.properties["width"])-2) + "px;" ;
if(properties.heigth)
style += "heigth" + ":" + (parseInt(this.properties["heigth"])-20) + "px;" ;
if(this.twoviews)
{
s += "
\n";
s += "
" + oldContent + "
\n";
}
else
{
s += "
"+oldContent+"
\n";
}
if(this.sizeable)
{
s += "
\n";
}
// alert("ww_Window : style=" + style);
//s += "