
//--------------------------------------------------
function open_win(filename, width, height) {
window.open(filename,'myWindow',"toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,directories=no,left="+((800-screen.width)/2)+",top=0,width="+width+",height="+height+"");
};
//--------------------------------------------------
