
function OpenWindow()
{
var MyWindow;
 MyWindow = open(
   "flatcast-stream.php?id=216569",
   "MyWindowOpen",
   "width=1100, height=850, toolbar=no,location=no,directories=no,status =no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no");
 MyWindow.moveTo(10,10);
 MyWindow.focus();
}


function OpenWindow2()
{
var MyWindow;
 MyWindow = open(
   "flatcast-stream.php?id=1189864",
   "MyWindowOpen",
   "width=1100, height=850, toolbar=no,location=no,directories=no,status =no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no");
 MyWindow.moveTo(10,10);
 MyWindow.focus();
}

