function popUp(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=635,height=600,left = 50,top = 50');");
}



function popUpContact(country) {	
id = 'contact';
tl_pup = window.open('contactint_pop.jsp?section=intl_' + country + '&country3=' + country, id, 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=497,height=670,left = 50,top = 50');
tl_pup.focus()
}


function popUpContactIR(country) {	
id = 'contact';
tl_pup = window.open('http://www.netratings.com/contactint_pop.jsp?section=intl_&country3=' + country + '&country3=' + country, id, 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=497,height=670,left = 50,top = 50');
tl_pup.focus()
}

function popUpCareer(country) {	
id = 'career';
tl_pup = window.open('conint_pop.jsp?section=car_' + country, id, 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=497,height=520,left = 50,top = 50');
tl_pup.focus()
}

function popUpReport() {	
tl_pup = window.open('reports_lg.jsp?section=dat_mk_es', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=771,height=520,left = 50,top = 50');
tl_pup.focus()
}






function popUpIndustry(URL) {	
tl_pup = window.open(URL, 'Industry', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=480,height=450,left = 50,top = 50');
tl_pup.focus()
}




