﻿// JScript File
function autoSize() {
IE5=NN4=NN6=false;
if(document.all)IE5=true;
else if(document.layers)NN4=true;
else if(document.getElementById)NN6=true;
if(IE5) self.resizeTo(document.images[0].width+10,document.images[0].height+31+20);
else if(NN6) self.sizeToContent();
else top.window.resizeTo(document.images[0].width,document.images[0].height+20);
self.focus();
}

function windowstatus()
{
window.status=document.title;

}

function windowopen(path)
{

window.open(path,'','resizable=yes,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,fullscreen=no,dependent=no,width=600,height=400');
}



