function twoframes(Link1,Link2)
{
parent.frames['menu'].location.href=Link1;
parent.frames['main'].location.href=Link2;
}
function gamedet()
{
   details = window.open("","Spieldetails","width=600,height=420,top=200,left=200,scrollbars=no");
   details.focus();
}
