//facebook simple sharing
function openFacebook(url){
	newwindow = window.open('http://www.facebook.com/share.php?u=' + url,'Facebook','resizable=1,height=650,width=1020,toolbar=no,scrollbars=yes,location=no,status=no');
	if(window.focus) newwindow.focus();
}
//twitter simple sharing
function openTwitter(url){
	newwindow = window.open('http://twitter.com/home?status=Cool new website for MASTERS OF HARDCORE - 15 YEARS THE VOICE OF MAYHEM' + url,'Twitter','resizable=1,height=650,width=1020,toolbar=no,scrollbars=yes,location=no,status=no');
	if(window.focus) newwindow.focus();
}
//open ns route component
function openNSWidget(){
	newwindow = window.open('http://www.ns.nl/webwidgets/widget.jsp?width=350&height=365&data=eNpjqEzOs1VLTkpPtjU0Mzc3NzI0VSuH8AxMjA0sDNQyUOSSixJTbA1N1JLKbY3UkpJtDdTSwESx%0AraGRWlpmha27WkqZbXCIf5haSiKETisrtk1LzClOVUspBlpVbBsUoGrkHOAEAEaHI2Q%3D','Reisplanner Widget','resizable=1,height=320,width=360,toolbar=no,scrollbars=yes,location=no,status=no');
	if(window.focus) newwindow.focus();
}
//open coverflow component
function openCoverflow(url){
	newwindow = window.open(url,'Flyer Coverflow','resizable=1,height=495,width=785,toolbar=no,scrollbars=yes,location=no,status=no');
	if(window.focus) newwindow.focus();
}

//open redbull trailer
function openRedBullTrailer(url){
	newwindow = window.open(url,'Red Bull Trailer','resizable=1,height=288,width=512,toolbar=no,scrollbars=yes,location=no,status=no');
	if(window.focus) newwindow.focus();
}