// JavaScript Document
ctcPostfix = "zvcunitedtongeren";
ctcPrefix = "info";
ctcDomain = ".be";
ctcFix = "@";
ctcSubject = "Info: ";
ctcMail = "mailto:" + ctcPrefix + ctcFix + ctcPostfix + ctcDomain +"?Subject="+ctcSubject ;
//check if loaded
//alert ("mailadres = "+ ctcMail);
// link of the advertisement
addTag = "http://www.bose.eu/EU/en/home-entertainment/multimedia-sound/SoundDock/index.jsp?country=BE&lang=nl";
//functions
function goAdd(){
	addOptions = "toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,left=100,top=100,width=600,height=400";

	window.open(addTag,'new_Window', addOptions);
}

