// JavaScript Document
function __fncShowprivacypolicyPopUp(page){
		URL = page;
		day = new Date();
		id1 = day.getTime();
		eval("page" + id1 + " = window.open(URL, '" + id1 + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=800,height=450,left = 300,top = 200');");
	}
