//POPUP WINDOW

var theoptions="toolbar=no,location=no,directories=no,status=no,resizable=yes,copyhistory=no";
function openlink(what)
{
	switch (what)
	{
		case "terms":				{url="popup/MW_terms.html?exit_case="+what+"";w="550";h="550";}break;
		case "credits":				{url="popup/MW_credits.html?exit_case="+what+"";w="550";h="550";}break;
		case "contacts":			{url="popup/MW_contacts.html?exit_case="+what+"";w="550";h="550";}break;
		case "music_evolution":		{url="popup/MW_music_evolution.html?exit_case="+what+"";w="600";h="400";}break;
		case "video":		        {url="popup/MW_video.html?exit_case="+what+"";w="400";h="350";}break;
		case "pictones":	        {url="popup/MW_video_pictones.html?exit_case="+what+"";w="400";h="350";}break;
		case "musiplayer":		    {url="popup/MW_musiplayer.html?exit_case="+what+"";w="400";h="390";}break;
		case "flashdemo":		    {url="popup/MW_flash_demo.html?exit_case="+what+"";w="400";h="550";}break;
		case "smartradio":	        {url="popup/MW_smartradio.html?exit_case="+what+"";w="630";h="450";}break;
		case "openwave":	{url="http://www.openwave.com";w="800";h="600";theoptions="toolbar=yes,location=yes,directories=yes,status=yes,resizable=yes,copyhistory=yes,scrollbars=yes";}break;
		
		default:{}
	}

screenh=0;
screenw=(screen.width-w)-50;

sw=self.open (this.url,'Wait','top='+screenh+',left='+screenw+','+theoptions+',width='+this.w+',height='+this.h+'');
	if(sw.blur)
	{
		sw.focus();
	}
}

// FOOTER
function createfooter()
{
document.write('<img src=\"img_habillage/MW_footer.gif\" width=\"760\" height=\"37\" border=\"0\" usemap=\"#Footer\">');
document.write('<map name=\"Footer\">');
document.write('<area shape=\"rect\" coords=\"654,7,753,22\" href=\"http://www.musiwave.com\" target=\"_blank\" alt=\"www.musiwave.com\">');
//document.write('<area shape=\"rect\" coords=\"232,7,298,22\" href=\"javascript:openlink(\'terms\');\" alt=\"Terms of use\">');
document.write('<area shape=\"rect\" coords=\"297,7,338,22\" href=\"javascript:openlink(\'credits\');\" alt=\"Credits\">');
document.write('<area shape=\"rect\" coords=\"337,7,386,22\" href=\"MW_company_location.html\" alt=\"Contacts\">');
document.write('<area shape=\"rect\" coords=\"385,7,412,22\" href=\"mailto:info@musiwave.com?subject=Request%20for%20information\" alt=\"Info\">');
document.write('</map>');
}

