

function repo_pic(URL,pop_feature,pop_width,pop_height) {

eval("window.open(URL,'"+pop_feature+"','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,left=10,top=10,"+pop_width+","+pop_height+"');");

}





