<!-- Begin
function popUp(URL,theWidth,theHeight) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=" + theWidth + ",height=" + theHeight + ",left = 125,top = 100');");
}
// End -->

//"javascript:popUp('../assets/potfolio/sample_game/index.html', 660, 540)"