function screenofweek(width, height)
{
contents =
'
Скриншот' +
'' +
'' +
'
';
param = "width=" + (width + 20) + ",height=" + (height + 30) + ",resize=0";
shot = window.open("", "", param);
shot.document.write(contents);
shot.document.close();
}
mcon =
'' +
' ' +
'' +
'' +
'' +
' | ' +
' ' +
' ' +
' ' +
'' +
'' +
' | ';
document.write(mcon);