﻿window.onscroll = scrolling;
var flWidth="100%";
	var flHeight="100%";
	var slWidth="180";
	var slHeight="180";

	var linkUrl="http://samsung.ru";

	var swfURL="big.swf";
	var small_swfURL="small.swf";


function scrolling (){
	//alert(posTop());
	if (document.getElementById('i_rich').style.display=='block') {
	
	document.getElementById('i_rich').style.top=posTop() + 'px' 
	}
}



function pageWidth() 
{return window.innerWidth != null? window.innerWidth : document.documentElement && document.documentElement.clientWidth ?       document.documentElement.clientWidth : document.body != null ? document.body.clientWidth : null;} 

function pageHeight() {return  window.innerHeight != null? window.innerHeight : document.documentElement && document.documentElement.clientHeight ?  document.documentElement.clientHeight : document.body != null? document.body.clientHeight : null;} 

function posLeft() 
{return typeof window.pageXOffset != 'undefined' ? window.pageXOffset :document.documentElement && document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ? document.body.scrollLeft : 0;} 

function posTop() {return typeof window.pageYOffset != 'undefined' ?  window.pageYOffset : document.documentElement && document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ? document.body.scrollTop : 0;} 

function posRight() {return posLeft()+pageWidth();} function posBottom() {return posTop()+pageHeight();}




function openRich() {
		document.getElementById('i_rich').innerHTML = '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="page" WIDTH="' + flWidth + '" HEIGHT="' + flHeight + '" id="page"> <PARAM NAME=movie VALUE="' + swfURL + '"> <PARAM NAME=wmode VALUE=transparent><param name="allowScriptAccess" value="always" /><PARAM NAME=FlashVars  VALUE="linkV=' + linkUrl + '"><EMBED src="' + swfURL + '" WIDTH="' + flWidth + '" HEIGHT="' + flHeight + '" FlashVars="linkV=' + linkUrl + '" wmode=transparent name="page" allowScriptAccess="always"></EMBED></OBJECT>';
		
		document.getElementById('i_rich').style.display='block';
		
		document.getElementById('i_rich').style.top=posTop() + 'px';

	}


function closeBanner() {document.getElementById('i_rich').style.display='none';

}

function init () {

	document.write('<div id="small_b" style="width:180px;height:180px;margin-left:30px;">');
	echoObj('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="page" WIDTH="' + slWidth + '" HEIGHT="' + slHeight + '" id="page"> <PARAM NAME=movie VALUE="' + small_swfURL + '"> <PARAM NAME=wmode VALUE=transparent><param name="allowScriptAccess" value="always" /> <PARAM NAME=FlashVars  VALUE="linkV=' + linkUrl + '"><EMBED src="' + small_swfURL + '" WIDTH="' + slWidth + '" HEIGHT="' + slHeight + '" FlashVars="linkV=' + linkUrl + '" wmode=transparent name="page" allowScriptAccess="always"></EMBED></OBJECT>');
  document.write('</div>');
	

}
