nn4 = (document.layers) ? true : false;
ie4 = (document.all) ? true : false;
dom = (document.createTextNode)? true : false;

function popupWindow(fileUrl, winW, winH, winN, scrollB) {
	var winWidth = (winW)? winW : 740;
	var winHeight = (winH)? winH : 520;
	var winName = (winN)? winN : 'popupWin'
	var scrollBars = (scrollB)? scrollB : 'auto'
	if (nn4 || ie4 || dom) {
		if (screen.width < winWidth + 50) { winWidth = screen.width - 50; scrollbars = 'yes' }
		if (screen.height < winHeight + 100) { winHeight = screen.height - 100; scrollbars = 'yes' }
		posX = Math.round((screen.width - winWidth) / 2);
		posY = Math.round((screen.height - winHeight) / 2);
		posCode = (nn4)? "screenX="+posX+",screenY="+posY : "left="+posX+",top="+posY;
	} else {
		posCode = "";
	}
	var popupWin = window.open(fileUrl, winName,"menubar=no,toolbar=no,scrollbars=" + scrollBars + ",status=yes,resizable=yes,width=" + winWidth + ",height=" + winHeight + "," + posCode);
	if (popupWin) popupWin.focus();
}

function slogan()
{

this [1] = "Sibproekt largest supplier of refractory Russian and foreign production in the territory of Russia." ;
this [2] = "branch FEA (foreign economic activity). From anywhere in the world refractory products for various purposes accurately and on time. Years of experience, the high qualifications of the staff allows delivery and customs clearance of goods with a minimum cost to you. "
this [3] = "Commercial Service. The close relationship with Russian producers of refractory contribute to the effective and fruitful cooperation with our partners in the ferrous and non-ferrous metallurgy, power, cement and glass industries. Availability own storage space allows for the supply of pallets, containers and the wagon. "
this [4] = "Geography. Geographical expansion, the promotion of Russian producers of refractory products from the Urals to the Far East, the principal priority of the Company's development in the coming years. "
this [5] = "The structure of the business. The introduction of the Company's quality management system ISO 9001:2000 Sibproekta allows managers to comprehensively address the needs of customers while lowering costs and their partners, responding quickly to changing trends in the use of refractory enterprises Russia. "
this [6] = "Jobs. If you want to become a member of our team, you can send your resume by fax, e-mail. The data are fit to inform you feel about yourself, will be considered, subject to confidentiality and stored in the database until the appearance of the corresponding vacancy. "

if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) < 3)) { return(' '); }
var j=(new Date()).getSeconds() % 6;
document.write('<font class="r_content">'+ this[1*j+1] +'</font>');
return(' ');
}

