2008-11-27 15:10:48 +03:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
2008-12-02 00:55:24 +03:00
|
|
|
<title><?php echo getlocal("title") ?></title>
|
2008-11-27 15:10:48 +03:00
|
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
|
|
|
|
<script type="text/javascript" src="niftycube.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
window.onload=function(){
|
|
|
|
Nifty("ul#nav a","small transparent top");
|
|
|
|
Nifty("div#side","");
|
|
|
|
Nifty("div#downl","");
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|