");
document.write(" ");
document.write(" ");
document.write(" Последние 5 новостей: ");
document.write(" | ");
document.write("
");
document.write(" 26.09.2008 |
");
document.write(" |
");
document.write(" 23.09.2008 |
");
document.write(" |
");
document.write(" 03.04.2005 |
");
document.write(" |
");
document.write(" 02.04.2005 |
");
document.write(" |
");
document.write(" 31.03.2005 |
");
document.write(" |
");
document.write(" ");
document.write(" ");
document.write(" Архив новостей (47) ");
document.write(" | ");
document.write("
");
document.write("
");
function Archive()
{
if (self.popupWin == null)
{
winop=window.open('../modules/news.php?action=Archive','archive','width=700,height=500,status=0,toolbar=0,menubar=0,location=0,scrollbars=1,top=110,left=200');
winop.focus();
}
else
{
if (popupWin.closed)
{
winop=window.open('../modules/news.php?action=Archive','archive','width=700,height=500,status=0,toolbar=0,menubar=0,location=0,scrollbars=1,top=110,left=200');
winop.focus();
}
else
{
popupWin.close();
winop=window.open('../modules/news.php?action=Archive','archive','width=700,height=500,status=0,toolbar=0,menubar=0,location=0,scrollbars=1,top=110,left=200');
winop.focus();
}
}
}
function ViewNew(n)
{
var n;
if (self.winop == null)
{
popupWin=window.open('../modules/news.php?action=View&ID='+n+'','new','width=500,height=500,status=0,toolbar=0,menubar=0,location=0,scrollbars=1,top=110,left=200');
popupWin.focus();
}
else
{
if (winop.closed)
{
popupWin=window.open('../modules/news.php?action=View&ID='+n+'','new','width=500,height=500,status=0,toolbar=0,menubar=0,location=0,scrollbars=1,top=110,left=200');
popupWin.focus();
}
else
{
popupWin=window.open('../modules/news.php?action=View&ID='+n+'','new','width=500,height=500,status=0,toolbar=0,menubar=0,location=0,scrollbars=1,top=110,left=200');
popupWin.focus();
winop.close();
}
}
}