
function rcPopup(CLIENT) {
	day = new Date();
	id = day.getTime();
	
	width=450;
	height=160;
	
	URL="http://right-click.com.au/rcPlayer/index.php?c=" + CLIENT;	
	
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=" + width + ",height=" + height + ",left = 810,top = 525');");
}

