// Level Declaration For Relative URL Determination
// For ProSvet Project
// First Level (Elements Of Nested Directory Of Root Directory)
// Copyright P. M. Tikhonov, 2004-2005
// Last Edited: 12:29 2005-04-26

var Level=('1');

// Additional Functions
// Site Integrity Marker
var isConnected;

// Host Handler
LevelPefix='..\/';

// Site Structure Integrity Detection
document.write('<script type="text\/javascript" src="'+LevelPefix+'Connection.js" charset="windows-1251"><\/script>');

// Web Programmer: ProSvet (http://PavelTikhonov.narod.ru/)
