/* Yahoo! Web Analytics - All rights reserved */

var productscat = {
"sitee027":"HDMI Products", 
"sitee002":"HDMI Products", 
"sitee02f":"HDMI Products", 
"sitee02e":"HDMI Products", 
"sitee004":"Dual Link DVI Products",
"sitee02c":"Dual Link DVI Products",
"sitee022":"Dual Link DVI Products",
"sitee024":"Dual Link DVI Products",
"sitee00a":"Dual Link DVI Products",
"sitee008":"Single Link DVI Products",
"sitee02d":"Single Link DVI Products",
"sitee023":"Single Link DVI Products",
"sitee02b":"Single Link DVI Products",
"sitee021":"Single Link DVI Products",
"sitee02a":"Single Link DVI Products",
"sitee001":"Single Link DVI Products",
"sitee002":"Single Link DVI Products",
"sitee009":"Single Link DVI Products",
"sitee006":"Single Fiber Technology",
"sitee007":"Single Fiber Technology",
"sitee005":"Twisted Pair",
"sitee003":"HD-SDI Products",
"sitee020":"HD-SDI Products",
"sitee040":"EDID Editor software",
"sitee025":"MX-DVI-FR16, MX-DVI-FR32,MX-DVI-FR32R, MX-FR80R",
"sitee00b":"DVI-HDCP-TP and HDMI-TP-50 extenders",
"sitee026":"MX12x12DVI-Slim and MX16x16DVI-Slim"
};

var url = document.URL;
url = url.substring(url.lastIndexOf("/")+1,url.lastIndexOf("\."));
url = url.toLowerCase();

var docgroup = productscat[url];

/*globals YWA*/
var YWATracker = YWA.getTracker("1000118524745");

var doctitle = '';
if(document.all){
    doctitle = document.getElementById('cimTermek').innerText
} else{
    doctitle = document.getElementById('cimTermek').textContent
};

YWATracker.setDocumentName(doctitle);
YWATracker.setDocumentGroup(docgroup);

YWATracker.submit();

