// JavaScript Document
var http_root = 'http://www.elplast.com.ua/';

function drawImg_100(imgname) {
document.write('<div style=\"margin: 0 100px 15px 0; background: #e5e5e5 url(' + http_root + 'img/' + imgname + ') no-repeat left\"><div style=\"background: url(' + http_root + 'img/rc100.gif) no-repeat right\"><img src=' + http_root + 'i/1.gif width=100% height=100></div></div>'); 
}

function drawImg_200(imgname200) {
document.write('<div style=\"width: 70%; margin: 0 100px 15px 50px; background: url(' + http_root + 'img/' + imgname200 + ') no-repeat\"><div style=\"background: url(' + http_root + 'img/rc200.gif) no-repeat right\"><img src=' + http_root + 'i/1.gif width=100% height=200></div></div>'); 
}

function openWnd(url,wnd_name,width,height,scrollbars){		
	var stScrollBar = (scrollbars ? 'yes' : 'no');
	newWnd = window.open(url,wnd_name,'width='+width+',height='+height+',status=yes,menubar=no,resizable=yes,scrollbars='+stScrollBar+',left='+String((screen.width-width)/2)+',top='+String((screen.height-height)/2));
	newWnd.focus();
}
