﻿  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-23050544-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


function WindowOpen(link,mWidth,mHeight) {   

{open(link,"","fullscreen=1,channelmode=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width=mWidth,height=mHeight,top=10,left=10");	
	}

}	

function OpenLink(link,name,setWidth,setHeight)
{
	Str = 'height='+setHeight+',width='+setWidth+',';
	Str+=',left='+(screen.width - setWidth)/2+',top='+parseInt((screen.height - setHeight)/2);
	open(link,name,Str+',resizable=0,fullscreen=0,channelmode=0,location=0,directories=0,status=0,menubar=0,scrollbars=1');
}

function ShowProduct(link) {
{	
open(link,"","fullscreen=0,channelmode=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width=625,height=545");
}
}	

