// JavaScript Document

function popUp(page,id) {
 eval("c"+id+"=window.open('"+page+"','c1','toolbar=0,scrollbars=1,location=1,status=1,menubars=0,resizable=0,width=430,height=400')")
eval;("c2"+id+".window.moveTo((screen.width/2)-(400/2),(screen.height/2)-(400/2))")
}
