function pop_up(location,width,height) {	

 window.open( location , 'pop_up_window' , eval("'status=yes,location=yes,menubar=yes,toolbar=yes,resizable=yes,scrollbars=yes," + "width=700" + width + ",height=750" + height + "'"));

}