function EnlargeA(page)
{
var newwindow;
newwindow = window.open(page, "LK","toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=270,height=270,left=50,top=50");
if (window.focus)
{
newwindow.focus()
}
}
function EnlargeB(page)
{
var newwindow;
newwindow = window.open(page, "LK","toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=270,height=270,left=50,top=50");
if (window.focus)
{
newwindow.focus()
}
}
function EnlargeC(page)
{
var newwindow;
newwindow = window.open(page, "LK","toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=270,height=570,left=50,top=50");
if (window.focus)
{
newwindow.focus()
}
}