function WinOpen1(URL){

wx = 300;

wy = 223;

x = (screen.availWidth - wx) / 2;

y = (screen.availHeight - wy) / 2;

newWin = window.open(URL,"","width="+wx+",height="+wy+",top="+y+",left="+x+",toolbar=no,menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,focus=yes");

newWin.focus();

}

function WinOpen2(URL){

wx = 300;

wy = 363;

x = (screen.availWidth - wx) / 2;

y = (screen.availHeight - wy) / 2;

newWin = window.open(URL,"","width="+wx+",height="+wy+",top="+y+",left="+x+",toolbar=no,menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,focus=yes");

newWin.focus();

}

function WinOpen3(URL){

wx = 300;

wy = 194;

x = (screen.availWidth - wx) / 2;

y = (screen.availHeight - wy) / 2;

newWin = window.open(URL,"","width="+wx+",height="+wy+",top="+y+",left="+x+",toolbar=no,menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,focus=yes");

newWin.focus();

}

function WinOpen4(URL){

wx = 300;

wy = 243;

x = (screen.availWidth - wx) / 2;

y = (screen.availHeight - wy) / 2;

newWin = window.open(URL,"","width="+wx+",height="+wy+",top="+y+",left="+x+",toolbar=no,menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,focus=yes");

newWin.focus();

}

function WinOpen5(URL){

wx = 300;

wy = 200;

x = (screen.availWidth - wx) / 2;

y = (screen.availHeight - wy) / 2;

newWin = window.open(URL,"","width="+wx+",height="+wy+",top="+y+",left="+x+",toolbar=no,menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,focus=yes");

newWin.focus();

}

function WinOpen6(URL){

wx = 300;

wy = 272;

x = (screen.availWidth - wx) / 2;

y = (screen.availHeight - wy) / 2;

newWin = window.open(URL,"","width="+wx+",height="+wy+",top="+y+",left="+x+",toolbar=no,menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,focus=yes");

newWin.focus();

}

function WinOpen7(URL){

wx = 300;

wy = 284;

x = (screen.availWidth - wx) / 2;

y = (screen.availHeight - wy) / 2;

newWin = window.open(URL,"","width="+wx+",height="+wy+",top="+y+",left="+x+",toolbar=no,menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,focus=yes");

newWin.focus();

}

function WinOpen8(URL){

wx = 300;

wy = 254;

x = (screen.availWidth - wx) / 2;

y = (screen.availHeight - wy) / 2;

newWin = window.open(URL,"","width="+wx+",height="+wy+",top="+y+",left="+x+",toolbar=no,menubar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,focus=yes");

newWin.focus();

}