// @author: z3R0
// @date: 05.14.07
// @title: edu.mdc.iac.media_services.main.js



function openpopup1(popurl){
var winpops=window.open(popurl,"mission","width=500,height=180,scrollbars=no,resizable=yes")
}

function openpopup2(popurl){
var winpops=window.open(popurl,"reserveRoom","width=500,height=180,scrollbars=no,resizable=yes")
}

function openpopup3(popurl){
var winpops=window.open(popurl,"mediaform","width=500,height=350,scrollbars=no,resizable=yes")
}

// FORMS

function openpopup4(popurl){
var winpops=window.open(popurl,"design","menubar=yes,titlebar=yes,location=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes")
}
function openpopup5(popurl){
var winpops=window.open(popurl,"web","menubar=yes,titlebar=yes,location=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes")
}
function openpopup6(popurl){
var winpops=window.open(popurl,"video","menubar=yes,titlebar=yes,location=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes")
}
function openpopup7(popurl){
var winpops=window.open(popurl,"class","menubar=yes,titlebar=yes,location=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes")
}
function openpopup8(popurl){
var winpops=window.open(popurl,"event","menubar=yes,titlebar=yes,location=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes")
}
function openpopup9(popurl){
var winpops=window.open(popurl,"approval","menubar=yes,titlebar=yes,location=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes")
}
