function Show(URL)
{
//self.blur();

var w=window.open(URL,'new','width=800,height=600,scrollbars=yes,menubar=no,status=yes,resizable=yes,dependent=yes');
w.focus();
}
function PopUp(URL)
{
//self.blur();
var w=window.open(URL,'newpopup','width=320,height=520,scrollbars=yes,menubar=no,status=yes,resizable=yes,dependent=yes');
w.focus();
}
function xmas(URL)
{
//self.blur();
var w=window.open(URL,'xmas','width=281,height=386,scrollbars=no,menubar=no,status=no,resizable=no,dependent=yes');
w.focus();
}