function GotoSite(site) 
{ 
	window.location.href='http://www.'+site+'.pl';
} 

function GotoPage(page) 
{ 
	window.location.href=page+'.php';
} 
