// JavaScript Document

function popUp(URL) {
day = new Date();
id = day.getTime();
var URL = "http://www.apps05.osr.nsw.gov.au/erevenue/osr_survey/presurvey.php?respondent_type=penalty notices";
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=600,left = 240,top = 212');");
}