

function popUpDefine() {

/* begin configuration */
var url = "./pop/pop-define.html"; 
var w = "365"; 
var h = "496"; 
var menu = "no"; 
var scroll = "yes"; 
var tool = "no"; 
var location = "no"; 
var resize = "no";
/* end configuration */

var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'width='+w+', height='+h+', top='+wint+', left='+winl+', menubar='+menu+', scrollbars='+scroll+', toolbar='+tool+', location='+location+', resizable='+resize+''
window.open(url, 'popup', winprops);
}

function popUpInnovate() {

/* begin configuration */
var url = "./pop/pop-innovate.html"; 
var w = "365"; 
var h = "496"; 
var menu = "no"; 
var scroll = "yes"; 
var tool = "no"; 
var location = "no"; 
var resize = "no";
/* end configuration */

var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'width='+w+', height='+h+', top='+wint+', left='+winl+', menubar='+menu+', scrollbars='+scroll+', toolbar='+tool+', location='+location+', resizable='+resize+''
window.open(url, 'popup', winprops);
}


function popUpMaximize() {

/* begin configuration */
var url = "./pop/pop-maximize.html"; 
var w = "365"; 
var h = "496"; 
var menu = "no"; 
var scroll = "yes"; 
var tool = "no"; 
var location = "no"; 
var resize = "no";
/* end configuration */

var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'width='+w+', height='+h+', top='+wint+', left='+winl+', menubar='+menu+', scrollbars='+scroll+', toolbar='+tool+', location='+location+', resizable='+resize+''
window.open(url, 'popup', winprops);
}

