<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

function wnsize(n)
{
if(n == '1')
{
MM_openBrWindow('intros.php?id=1','','width=778,height=486');
}

if(n == '2')
{
MM_openBrWindow('intros.php?id=2','','width=754,height=240');
}

if(n == '3')
{
MM_openBrWindow('intros.php?id=3','','width=779,height=260');
}


if(n == '4')
{
MM_openBrWindow('intros.php?id=4','','width=500,height=360');
}


if(n == '5')
{
MM_openBrWindow('intros.php?id=5','','width=780,height=480');
}

}

//-->