mgwboardmessage.html
{
var cx =550;if (screen)
{
leftPos =screen.width-cx-15;}
var oWindow
=window.open(sURL,"Board","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,top=0,left="+leftPos+",width="+cx+",height=380");oWindow.focus();}
function ShowRules(sURL)
{
var cx =360;if (screen)
{
leftPos =screen.width-cx-15;}
var oWindow
=window.open(sURL,"Rules","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,top=0,left="+leftPos+",width="+cx+",height=400");oWindow.focus();}
function ShowFaq(sURL)
{
var cx =360;if (screen)
{
leftPos =screen.width-cx-15;}
var oWindow
=window.open(sURL,"FAQ","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,top=0,left="+leftPos+",width="+cx+",height=400");oWindow.focus();}
function ShowHelp(sURL)
{
var cx =360;if (screen)
{
leftPos =screen.width-cx-15;}
var oWindow
=window.open(sURL,"Help","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,top=0,left="+leftPos+",width="+cx+",height=400");oWindow.focus();}
function WhatNew(sURL)
{
var cx =360;if (screen)
{
leftPos =screen.width-cx-15;}
var oWindow
=window.open(sURL,"WhatNew","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,top=0,left="+leftPos+",width="+cx+",height=400");oWindow.focus();}
function Popup(sURL,sTitle,cx,cy)
{
if (screen)
{
leftPos =screen.width-cx-15;}
var oWindow
=window.open(sURL,sTitle,"toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,top=0,left="+leftPos+",width="+cx+",height="+cy);oWindow.focus();}