function openWire(popurl){
var winpops=window.open(popurl,"","width=700,height=450,location,scrollbars,resizable")
}
function openDoc(popurl){
var winpops=window.open(popurl,"","width=750,height=480,location,scrollbars,resizable")
}
function openUtility(popurl){
var winpops=window.open(popurl,"","width=450,height=450,location,scrollbars,resizable")
}
function openVideo(popurl){
var winpops=window.open(popurl,"","width=450,height=370,location")
}