<!--
if (document.layers) window.location.href = "/nn.html";

loadNull = new Image();
loadNull.src = "/images/null.gif";

loadMenuBack = new Image();
loadMenuBack.src = "/images/menu_back_active.gif";

function uniqueId(input) {
	re = /[A-Za-z0-9]/g;
	//str = window.location.href;
	myArray = input.match(re);
	output = "";
	for (i=0;i<myArray.length;i++) {
		output = output + myArray[i];
	}
	return output;
}

function ops(path, x, y) {
	if (x == 1) {
		url = "/images/location_map.gif";
		w_w = 401; w_h = 297;
	} else if (x==2){
		url = "/images/location_map_eng.gif";
		w_w = 401; w_h = 297;	
	} else {
		re = /gallery\/(\d+)t.jpg/; 
		myArray = re.exec(path.innerHTML);
		url = "/gallery/" + RegExp.$1 + ".jpg";
		w_w = x; w_h = y;
	}
	WindowName = uniqueId(url);
	s = 'status=no,scrollbars=no' + ',width=' + w_w + ',height=' + w_h;
	secWnd = window.open('', WindowName, s);
	with (secWnd) {
		if (x == 1) {
			document.write("<HTML>\n<head>\n<title>Нефтегазовые системы</title>\n");
		} else if (x == 2) {
			document.write("<HTML>\n<head>\n<title>Oil and Gas Systems</title>\n");
		}	
		document.write("<HTML>\n<head>\n<title>Нефтегазовые системы</title>\n");
		document.write('<link rel="stylesheet" href="/style/default.css" type="text/css">\n');
		document.write("</head>\n");
        document.write("<body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 bgcolor='White'>\n");
        document.write("<DIV STYLE='left:0px;top:0px;margin:0px 0px 0px 0px;'>\n");
        document.write("<IMG SRC=\""+url+"\" WIDTH="+ w_w +" HEIGHT=" + y + " BORDER=0>\n");
        document.write("</DIV>\n");
		if (x == 1) {
			document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Москва, 121467<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ул. Молдавская,5, стр.1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Тел.: 7(495) 411-7757\n");
		} else if (x == 2) {
			document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5 bld. 1, Moldavskaya Str.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moscow, 121467<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phone: 7(495) 411-7757\n");
		}			
        document.write("</BODY>\n</HTML>");
        document.close();
		focus();
	}
}

function replaceSome(tt) {
	myRe0 = new RegExp('href="[a-z0-9/]+\.html"', 'g');
	midStr0 = tt.replace(myRe0, "href='#' onclick='return false;'");
	return midStr0;
}

function prnWin() {
	if (!document.layers) {
		pageTitle = document.title;
		whatToPrint = document.getElementById("content");
		innerCon = whatToPrint.innerHTML;
		printCon = replaceSome(innerCon);
		s = 'resizable=no,menubar=yes,location=no,toolbar=yes,status=no,scrollbars=yes,width=' + 700 + ',height=' + 600;
	    WindowName = uniqueId(window.location.href);
		var secWnd = window.open('', WindowName, s);
		with (secWnd) {
			document.write("<HTML>\n<head>\n<title>" + pageTitle + "</title>\n<link href=\"/style/default.css\" rel=\"stylesheet\" type=\"text/css\">\n</head>\n");
			document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"7\" topmargin=\"7\" >\n");
			document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="/images/logo_print.gif" width="200" height="57" alt="" border="0"></td><td width="100%" align="right">Москва, 115114 Кожевнический пр.,4<br>Тел.: 7(095) 411-7757<br>E-mail: office@ogscomp.ru<br>www.oilgassystems.com</td></tr></table>\n');
			document.write(printCon);
			document.write("\n</body>\n");
			document.write("</html>");
			document.close();
			focus();
		}
	}
}

function prnWinEng() {
	if (!document.layers) {
		pageTitle = document.title;
		whatToPrint = document.getElementById("content");
		innerCon = whatToPrint.innerHTML;
		printCon = replaceSome(innerCon);
		s = 'resizable=no,menubar=yes,location=no,toolbar=yes,status=no,scrollbars=yes,width=' + 700 + ',height=' + 600;
	    WindowName = uniqueId(window.location.href);
		var secWnd = window.open('', WindowName, s);
		with (secWnd) {
			document.write("<HTML>\n<head>\n<title>" + pageTitle + "</title>\n<link href=\"/style/default.css\" rel=\"stylesheet\" type=\"text/css\">\n</head>\n");
			document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"7\" topmargin=\"7\" >\n");
			document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="/images/logo_print_eng.gif" width="200" height="57" alt="" border="0"></td><td width="100%" align="right">4, Kozhevnicheskiy proezd, Moscow, 115114, Russia<br>Phone/Fax: +7 (095) 411-7757<br>E-mail: office@ogscomp.ru<br>www.oilgassystems.com</td></tr></table>\n');
			document.write(printCon);
			document.write("\n</body>\n");
			document.write("</html>");
			document.close();
			focus();
		}
	}
}
//-->


