function popUp(URL) {
var pU = window.open(URL, 'popUp','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=400,height=400');
}
function popUpView(URL) {
var pUV = window.open(URL, 'popUpView','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=600,height=400');
}
function popUpConstruction(URL) {
var pUC = window.open(URL, 'popUpConstruction','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=500,height=300');
}
