
function openWindow(file,x,y) {
popupWin = window.open(file, 'popup', 'status=0,menubar="no",resizable="yes",width=' + x +',height=' + y);
}
