// JavaScript Document

function openMentions(url) {
	var win1 = window.open(url,'win1','screenX=50,screenY=50,resizable=0, scrollbars=0, menubar=0, status=0, location=0, toolbar=0,width=402,height=406');
	win1.focus();
	return;
}


function openCredits(url) {
	var win1 = window.open(url,'win1','screenX=50,screenY=50,resizable=0, scrollbars=0, menubar=0, status=0, location=0, toolbar=0,width=402,height=406');
	win1.focus();
	return;
}

function popup(url){
	var el_popup = window.open(url,'C3_Picasso','width=860, height=770');	
}