<!--
	var bookmarkurl="http://www.dogalsan.com.tr" 
	var bookmarktitle="DOŠALSAN" 
	function addbookmark(){ 
	if (document.all) 
	window.external.AddFavorite(bookmarkurl,bookmarktitle) 
	} 

	function show_cer(cer){
		var toppos = 0;
		var leftpos = 0;
		toppos = (window.screen.height-670) / 2;
		leftpos = (window.screen.width-500) / 2;
		window.open("/cer.asp?urun="+cer,"CER", "width=500,height=670,top=" + toppos + ",left=" + leftpos+",resizable=no,scrollbars=no,status=no,toolbar=no,menubar=no,location=no");
	}
	
	function gorus_formu(){
		var toppos = 0;
		var leftpos = 0;
		toppos = (window.screen.height-350) / 2;
		leftpos = (window.screen.width - 400) / 2;
		window.open("/contact/gorus_formu.htm","MUSTERI", "width=400,height=350,top=" + toppos + ",left=" + leftpos+",scrollbars=no,status=no,toolbar=no,menubar=no,location=no");
	}	

	function contact_form(){
		var toppos = 0;
		var leftpos = 0;
		toppos = (window.screen.height-350) / 2;
		leftpos = (window.screen.width - 400) / 2;
		window.open("/contact/gorus_formu_en.htm","MUSTERI", "width=400,height=350,top=" + toppos + ",left=" + leftpos+",scrollbars=no,status=no,toolbar=no,menubar=no,location=no");
	}	

	function pazarlama(){
		var toppos = 0;
		var leftpos = 0;
		toppos = (window.screen.height-600) / 2;
		leftpos = (window.screen.width - 460) / 2;
		window.open("/pazarlama.asp","PAZARLAMA", "width=460,height=600,top=" + toppos + ",left=" + leftpos+",scrollbars=no,status=no,toolbar=no,menubar=yes,location=no");
	}	
	
	function marketing(){
		var toppos = 0;
		var leftpos = 0;
		toppos = (window.screen.height-600) / 2;
		leftpos = (window.screen.width - 460) / 2;
		window.open("/marketing.asp","MARKETING", "width=460,height=600,top=" + toppos + ",left=" + leftpos+",scrollbars=no,status=no,toolbar=no,menubar=yes,location=no");
	}	
//-->