function pop2() {
self.location = 'http://www.cosmicgroove.fr/';
}

function pop3() {
self.location = 'http://www.cosmicgroove.fr/';
}

function pop4() {
self.location = 'http://www.cosmicgroove.fr/';
}

function pop5() {
self.location = 'http://www.cosmicgroove.fr/';
}


function AddToFaves_hp(){
	var is_4up = parseInt(navigator.appVersion);
	var is_mac   = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
	var is_ie   = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
	var thePage = location.href;
	if (thePage.lastIndexOf('#')!=-1)
		thePage = thePage.substring(0,thePage.lastIndexOf('#'));
	if (is_ie && is_4up && !is_mac) 
		window.external.AddFavorite(thePage,document.title);
	else if (is_ie || document.images)
		booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
	//booker_hp.focus();
	}
	
function popGrad() {
window.open("grading.htm","","height=300,width=400,left=65,top=250,scrollbars=yes");
}

function popTermsFR() {
window.open("cgvFR.php","","height=300,width=585,left=65,top=250,scrollbars=yes");
}

function popTermsUK() {
window.open("cgvUK.php","","height=300,width=585,left=65,top=250,scrollbars=yes");
}

