
var win=null;function NewWindow(mypage,myname,w,h,scroll,pos)
{if(pos=="random")
{LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center")
{LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center"&&pos!="random")||pos==null)
{LeftPosition=0;TopPosition=20;}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=yes,directories=yes,status=yes,menubar=yes,toolbar=yes,resizable=yes';win=window.open(mypage,myname,settings);}
function SetLanguage(lang)
{var date=new Date();date=new Date(date.getTime()+1000*60*60*24*30);document.cookie="platinlyrics_lang="+lang+"; expires="+date.toGMTString()+"; path=/;";document.location.reload();}
function DownloadFile(type,name)
{var ck=document.cookie;var value=ck.substr(ck.search('platinlyrics_lang=')+18,2);var lang='de';if(value!='')
lang=value;var message="AdBlock prevents that this file can be downloaded with 100Mbit/s. Disable AdBlock and reload this page to start the download with 100Mbit/s by using this link.";if(lang=='de')
message="AdBlock verhindert, dass diese Datei mit 100Mbit/s heruntergeladen werden kann. Deaktiviere AdBlock und lade diese Seite erneut, um den Download mit 100Mbit/s "+unescape("%FC")+"ber diesen Link zu starten.";if(adbl)
alert(message);else
document.location="http://www.platinlyrics.com/download-file.php?type="+type+"&n="+name;}
