function launch_cms (file) {
window.open(file,'',"width=740,height=580,scrollbars=1,resizable=yes");
return void(0);
}
function contact (file) {
window.open(file,'',"width=400,height=300,scrollbars=0");
return void(0);
}
function image_list (file) {
window.open(file,'',"width=500,height=300,scrollbars=0");
return void(0);
}

function news (id,l) {
window.open('news.php?id='+id+'&l='+l,'news',"width=600,height=500,resizable=no,scrollbars=1");
return void(0);
}

function image_width() {
var x = document.myimg.width;
var y = document.myimg.height;
window.alert(x+', '+y);
window.resizeTo(x,y);



}
function launch (file) {
window.open('name.php?i='+file,'winn',"width=1,height=1,resizable=yes");
return void(0);
}