<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html lang="tr-TR" xmlns="http://www.w3.org/1999/xhtml" itemscope itemtype="http://schema.org/WebPage" >
<head> 
<title>Sipariş Takibi - Egsguvenlik.com</title> 
<meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-9'>
<meta http-equiv='Content-Language' content='tr'> 
<meta name="description" content="Egsguvenlik.com - Türkiye'nin güvenlik sistemleri üreticisi | Siparişlerini izlemek için sayfamızı ziyaret edebilirsiniz." />
<meta name="copyright" content="EGS E-Ticaret Platformu" />
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://www.egsguvenlik.com/takip" />

<link rel="shortcut icon" href="//www.egsguvenlik.com/library/title.ico" />	
<link rel="icon" type="image/gif" href="//egsguvenlik.com/library/title.ico" />

<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/styles.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/layout.css" type="text/css" media="screen" />
 
<script type="text/javascript" src="fpdb/js/jquery-1.6.min.js"></script>   
<script type="text/javascript" src="fpdb/js/jquery.easing.1.3.js"></script>  
<script type="text/javascript" src="fpdb/js/slider_img.js"></script>  
<script type="text/javascript" src="SpryAssets/SpryTabbedPanels.js"></script> 
<script src="fpdb/js/javafunction.js" type="text/javascript" charset="utf-8"></script> 

<script src="fpdb/js/jquery-1.8.3.min.js"></script>
<script src="fpdb/js/jquery.elevatezoom.js"></script>

<link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />



<style type="text/css">
body {
	background-color: #EEEEEE;
}
body,td,th {
	color: #003;
}

</style>
 
</head>

 
 

<script type="text/javascript"> 
var mnglink 
function clickIE4(){ if (event.button==2){return false; } } 
function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("return false") 

function PrintDocument (){   

    var savecontent = document.getElementById("printdoc").innerHTML;
	
	var cntadr = document.getElementById("contratadr").innerHTML;
	cntadr = cntadr.replace("<br>"," / "); 
	document.getElementById("contratadr").innerHTML= cntadr
	
	var cntbill = document.getElementById("contratbill").innerHTML; 
	cntbill = cntbill.replace("<br>"," / "); 	
	document.getElementById("contratbill").innerHTML= cntbill
	
	var cntdelvryadr = document.getElementById("contratdeliveryadr").innerHTML; 	 
	cntdelvryadr = cntdelvryadr.replace("<br>"," / "); 	 
	document.getElementById("contratdeliveryadr").innerHTML= cntdelvryadr	
  
    var content = document.getElementById("printdoc").innerHTML;
	document.getElementById("printdoc").innerHTML = savecontent 
    var mywindow = window.open('', 'Print')//, 'height=600,width=800');
	
	if (Language == "English"){ 
	   mywindow.document.write('<html><head><title>Sales Contract</title>');
	      
	} else { 
	   mywindow.document.write('<html><head><title>Mesafeli Satış Sözleşme</title>');
    }     

    
    mywindow.document.write('</head><body >');
    mywindow.document.write(content);
    mywindow.document.write('</body></html>');

    mywindow.document.close();
    mywindow.focus()
    mywindow.print();
    mywindow.close();
};

function ViewDate(){  
    var datevalue =  document.getElementById('siparistarih').value
	var Index = document.getElementById('siparistarih').selectedIndex
    document.getElementById('referansno').selectedIndex =Index
	ViewOrder(document.getElementById('referansno').value)
}

function ReOrder(){  
    //AddBasket('VD-2005SMD','TELEFON ARAMA MODÜLÜ','vd-2005smd.asp','VD-2005SMDkur','VD-2005SMDtl','VD-2005SMDadet','VD-2005SMDrenk','<'% = KURMSG %>','usd','euro')
   var oTable = document.getElementById("lastorder");	 
   var rowCount = oTable.rows.length;  
   
    for (i = 1; i < rowCount; i++){ 	
		 var oCells = oTable.rows.item(i).cells; 		 		 
		 var cellVal = oCells.item(0).innerHTML;
		 var Htmlway = document.getElementById('picture' + i).value		
		 var pcs = document.getElementById('loadreorderpcs' + i).value		 
		 var Procode = oCells.item(1).innerHTML;
		 Procode = Procode.replace(/<(?:.|\n)*?>/gm, '');
		 Procode = Procode.replace(" ",""); 		 
		 
		 var Proname = oCells.item(2).innerHTML;
		 var Color = oCells.item(3).innerHTML;
		 Color = Color.replace(/^\s+|\s+$/g,"");
		 
		 var Value			
		 var price 
		 var pricetype	
		 var realProcode
		 var disprice	
		 var exportprice
		 var supplierprice
		 var member =''  
		 var memberdizi = new Array();
		 memberdizi = member.split("*");
		 var memberbayi = memberdizi[5];
		 var exportbayi = memberdizi[6];	
		 var supplierbayi =  memberdizi[7]; 
		 
		
		 
		 if (Color == "Krem" || Color == "Cream") {
			 realProcode = Procode + "/C"
		 } else if (Color == "Siyah" || Color == "Black") {
			 realProcode = Procode + "/B"	  
		 } else if (Color == "Gri" || Color == "Gray") { 
			 realProcode = Procode + "/G"  
		 } else {
			 realProcode = Procode
		 }	 
		 
		   
		    	
		     Value = 'AC-03P'
			 Value = Value.replace(" ","");
			 price = '0038,00'
			 pricetype = '$'	
			 disprice = '0019,00' 
			 exportprice = 	'0012,00' 
			 supplierprice = '0014,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-0567R'
			 Value = Value.replace(" ","");
			 price = '0060,00'
			 pricetype = '$'	
			 disprice = '0030,00' 
			 exportprice = 	'0018,00' 
			 supplierprice = '0020,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-05R'
			 Value = Value.replace(" ","");
			 price = '0048,00'
			 pricetype = '$'	
			 disprice = '0024,00' 
			 exportprice = 	'0016,00' 
			 supplierprice = '0018,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-074EI'
			 Value = Value.replace(" ","");
			 price = '0220,00'
			 pricetype = '$'	
			 disprice = '0110,00' 
			 exportprice = 	'0060,00' 
			 supplierprice = '0065,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-074ETH'
			 Value = Value.replace(" ","");
			 price = '0560,00'
			 pricetype = '$'	
			 disprice = '0280,00' 
			 exportprice = 	'0175,00' 
			 supplierprice = '0195,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-074P'
			 Value = Value.replace(" ","");
			 price = '0100,00'
			 pricetype = '$'	
			 disprice = '0050,00' 
			 exportprice = 	'0025,00' 
			 supplierprice = '0030,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-074SM'
			 Value = Value.replace(" ","");
			 price = '0190,00'
			 pricetype = '$'	
			 disprice = '0095,00' 
			 exportprice = 	'0040,00' 
			 supplierprice = '0050,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-08A'
			 Value = Value.replace(" ","");
			 price = '0170,00'
			 pricetype = '$'	
			 disprice = '0085,00' 
			 exportprice = 	'0030,00' 
			 supplierprice = '0032,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-13P'
			 Value = Value.replace(" ","");
			 price = '0034,00'
			 pricetype = '$'	
			 disprice = '0017,00' 
			 exportprice = 	'0010,00' 
			 supplierprice = '0012,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-13PX'
			 Value = Value.replace(" ","");
			 price = '0042,00'
			 pricetype = '$'	
			 disprice = '0021,00' 
			 exportprice = 	'0015,00' 
			 supplierprice = '0017,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-1567KR'
			 Value = Value.replace(" ","");
			 price = '0064,00'
			 pricetype = '$'	
			 disprice = '0032,00' 
			 exportprice = 	'0020,00' 
			 supplierprice = '0023,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-1567LKR'
			 Value = Value.replace(" ","");
			 price = '0174,00'
			 pricetype = '$'	
			 disprice = '0087,00' 
			 exportprice = 	'0055,00' 
			 supplierprice = '0060,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-1567R'
			 Value = Value.replace(" ","");
			 price = '0070,00'
			 pricetype = '$'	
			 disprice = '0035,00' 
			 exportprice = 	'0018,00' 
			 supplierprice = '0020,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-15R'
			 Value = Value.replace(" ","");
			 price = '0048,00'
			 pricetype = '$'	
			 disprice = '0024,00' 
			 exportprice = 	'0016,00' 
			 supplierprice = '0018,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-2567MR'
			 Value = Value.replace(" ","");
			 price = '0096,00'
			 pricetype = '$'	
			 disprice = '0048,00' 
			 exportprice = 	'0030,00' 
			 supplierprice = '0032,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-2567R'
			 Value = Value.replace(" ","");
			 price = '0070,00'
			 pricetype = '$'	
			 disprice = '0035,00' 
			 exportprice = 	'0018,00' 
			 supplierprice = '0020,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-25MR'
			 Value = Value.replace(" ","");
			 price = '0096,00'
			 pricetype = '$'	
			 disprice = '0048,00' 
			 exportprice = 	'0031,00' 
			 supplierprice = '0033,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-25R'
			 Value = Value.replace(" ","");
			 price = '0048,00'
			 pricetype = '$'	
			 disprice = '0024,00' 
			 exportprice = 	'0016,00' 
			 supplierprice = '0018,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-MC'
			 Value = Value.replace(" ","");
			 price = '0000,60'
			 pricetype = '$'	
			 disprice = '0000,30' 
			 exportprice = 	'0000,18' 
			 supplierprice = '0000,20'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-MK'
			 Value = Value.replace(" ","");
			 price = '0000,70'
			 pricetype = '$'	
			 disprice = '0000,35' 
			 exportprice = 	'0000,20' 
			 supplierprice = '0000,22'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-PC'
			 Value = Value.replace(" ","");
			 price = '0000,50'
			 pricetype = '$'	
			 disprice = '0000,25' 
			 exportprice = 	'0000,16' 
			 supplierprice = '0000,18'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-PK'
			 Value = Value.replace(" ","");
			 price = '0000,60'
			 pricetype = '$'	
			 disprice = '0000,30' 
			 exportprice = 	'0000,18' 
			 supplierprice = '0000,20'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AHM-04'
			 Value = Value.replace(" ","");
			 price = '3600,00'
			 pricetype = '$'	
			 disprice = '1800,00' 
			 exportprice = 	'0900,00' 
			 supplierprice = '0600,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AK-22'
			 Value = Value.replace(" ","");
			 price = '0860,00'
			 pricetype = '€'	
			 disprice = '0430,00' 
			 exportprice = 	'0390,00' 
			 supplierprice = '0400,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AT-24'
			 Value = Value.replace(" ","");
			 price = '0680,00'
			 pricetype = '€'	
			 disprice = '0340,00' 
			 exportprice = 	'0310,00' 
			 supplierprice = '0320,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AV-21'
			 Value = Value.replace(" ","");
			 price = '1180,00'
			 pricetype = '€'	
			 disprice = '0590,00' 
			 exportprice = 	'0550,00' 
			 supplierprice = '0570,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'B-113'
			 Value = Value.replace(" ","");
			 price = '0024,00'
			 pricetype = '$'	
			 disprice = '0012,00' 
			 exportprice = 	'0008,50' 
			 supplierprice = '0008,50'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'B-712'
			 Value = Value.replace(" ","");
			 price = '0036,00'
			 pricetype = '$'	
			 disprice = '0018,00' 
			 exportprice = 	'0016,00' 
			 supplierprice = '0016,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DAP-06'
			 Value = Value.replace(" ","");
			 price = '0150,00'
			 pricetype = '$'	
			 disprice = '0075,00' 
			 exportprice = 	'0035,00' 
			 supplierprice = '0035,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DAP-06HA'
			 Value = Value.replace(" ","");
			 price = '0190,00'
			 pricetype = '$'	
			 disprice = '0095,00' 
			 exportprice = 	'0035,00' 
			 supplierprice = '0040,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DAP-06KP'
			 Value = Value.replace(" ","");
			 price = '0070,00'
			 pricetype = '$'	
			 disprice = '0035,00' 
			 exportprice = 	'0025,00' 
			 supplierprice = '0026,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DAP-06KPL'
			 Value = Value.replace(" ","");
			 price = '0140,00'
			 pricetype = '$'	
			 disprice = '0070,00' 
			 exportprice = 	'0030,00' 
			 supplierprice = '0030,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DAP-06KPLR'
			 Value = Value.replace(" ","");
			 price = '0180,00'
			 pricetype = '$'	
			 disprice = '0090,00' 
			 exportprice = 	'0035,00' 
			 supplierprice = '0035,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DC-DC12-2A'
			 Value = Value.replace(" ","");
			 price = '0060,00'
			 pricetype = '$'	
			 disprice = '0030,00' 
			 exportprice = 	'0020,00' 
			 supplierprice = '0020,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DEV-07R'
			 Value = Value.replace(" ","");
			 price = '0320,00'
			 pricetype = '$'	
			 disprice = '0160,00' 
			 exportprice = 	'0090,00' 
			 supplierprice = '0090,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DEV-17R'
			 Value = Value.replace(" ","");
			 price = '0320,00'
			 pricetype = '$'	
			 disprice = '0160,00' 
			 exportprice = 	'0090,00' 
			 supplierprice = '0090,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DEV-27R'
			 Value = Value.replace(" ","");
			 price = '0320,00'
			 pricetype = '$'	
			 disprice = '0160,00' 
			 exportprice = 	'0090,00' 
			 supplierprice = '0090,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'DPS-3'
			 Value = Value.replace(" ","");
			 price = '0196,00'
			 pricetype = '$'	
			 disprice = '0098,00' 
			 exportprice = 	'0055,00' 
			 supplierprice = '0060,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'EL-01'
			 Value = Value.replace(" ","");
			 price = '0032,00'
			 pricetype = '$'	
			 disprice = '0016,00' 
			 exportprice = 	'0014,00' 
			 supplierprice = '0014,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'ML-01'
			 Value = Value.replace(" ","");
			 price = '0080,00'
			 pricetype = '$'	
			 disprice = '0040,00' 
			 exportprice = 	'0036,00' 
			 supplierprice = '0038,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'EPD-312'
			 Value = Value.replace(" ","");
			 price = '0028,60'
			 pricetype = '$'	
			 disprice = '0014,30' 
			 exportprice = 	'0006,30' 
			 supplierprice = '0006,30'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'GD-17'
			 Value = Value.replace(" ","");
			 price = '0196,00'
			 pricetype = '$'	
			 disprice = '0098,00' 
			 exportprice = 	'0080,00' 
			 supplierprice = '0082,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'GD-USB'
			 Value = Value.replace(" ","");
			 price = '0220,00'
			 pricetype = '$'	
			 disprice = '0110,00' 
			 exportprice = 	'0090,00' 
			 supplierprice = '0100,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'IS-02'
			 Value = Value.replace(" ","");
			 price = '0017,00'
			 pricetype = '$'	
			 disprice = '0008,50' 
			 exportprice = 	'0005,70' 
			 supplierprice = '0005,80'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'GD-275'
			 Value = Value.replace(" ","");
			 price = '0220,00'
			 pricetype = '$'	
			 disprice = '0110,00' 
			 exportprice = 	'0096,00' 
			 supplierprice = '0098,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'GD-2713'
			 Value = Value.replace(" ","");
			 price = '0248,00'
			 pricetype = '$'	
			 disprice = '0124,00' 
			 exportprice = 	'0105,00' 
			 supplierprice = '0110,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AT-20'
			 Value = Value.replace(" ","");
			 price = '0900,00'
			 pricetype = '€'	
			 disprice = '0450,00' 
			 exportprice = 	'0410,00' 
			 supplierprice = '0420,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'MG-181'
			 Value = Value.replace(" ","");
			 price = '0030,00'
			 pricetype = '$'	
			 disprice = '0015,00' 
			 exportprice = 	'0010,00' 
			 supplierprice = '0010,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'MVC-01'
			 Value = Value.replace(" ","");
			 price = '0006,00'
			 pricetype = '$'	
			 disprice = '0003,00' 
			 exportprice = 	'0002,00' 
			 supplierprice = '0002,20'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'PS-1-5A'
			 Value = Value.replace(" ","");
			 price = '0020,00'
			 pricetype = '$'	
			 disprice = '0010,00' 
			 exportprice = 	'0009,00' 
			 supplierprice = '0009,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'PS-1A'
			 Value = Value.replace(" ","");
			 price = '0008,00'
			 pricetype = '$'	
			 disprice = '0004,00' 
			 exportprice = 	'0003,50' 
			 supplierprice = '0003,50'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'PS-5V3A'
			 Value = Value.replace(" ","");
			 price = '0028,00'
			 pricetype = '$'	
			 disprice = '0014,00' 
			 exportprice = 	'0010,00' 
			 supplierprice = '0010,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'EFP-1000'
			 Value = Value.replace(" ","");
			 price = '0180,00'
			 pricetype = '$'	
			 disprice = '0090,00' 
			 exportprice = 	'0080,00' 
			 supplierprice = '0080,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'TH-02DSP'
			 Value = Value.replace(" ","");
			 price = '0180,00'
			 pricetype = '$'	
			 disprice = '0090,00' 
			 exportprice = 	'0065,00' 
			 supplierprice = '0068,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'TH-02EG'
			 Value = Value.replace(" ","");
			 price = '0320,00'
			 pricetype = '$'	
			 disprice = '0160,00' 
			 exportprice = 	'0100,00' 
			 supplierprice = '0105,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'TH-02ETH'
			 Value = Value.replace(" ","");
			 price = '0220,00'
			 pricetype = '$'	
			 disprice = '0110,00' 
			 exportprice = 	'0080,00' 
			 supplierprice = '0082,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'TH-02G'
			 Value = Value.replace(" ","");
			 price = '0280,00'
			 pricetype = '$'	
			 disprice = '0140,00' 
			 exportprice = 	'0095,00' 
			 supplierprice = '0098,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'TH-03ETH'
			 Value = Value.replace(" ","");
			 price = '0316,00'
			 pricetype = '$'	
			 disprice = '0158,00' 
			 exportprice = 	'0110,00' 
			 supplierprice = '0114,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'TH-PROB'
			 Value = Value.replace(" ","");
			 price = '0044,00'
			 pricetype = '$'	
			 disprice = '0022,00' 
			 exportprice = 	'0011,00' 
			 supplierprice = '0012,50'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VA-12'
			 Value = Value.replace(" ","");
			 price = '0180,00'
			 pricetype = '$'	
			 disprice = '0090,00' 
			 exportprice = 	'0070,00' 
			 supplierprice = '0070,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VA-4'
			 Value = Value.replace(" ","");
			 price = '0050,00'
			 pricetype = '$'	
			 disprice = '0025,00' 
			 exportprice = 	'0020,00' 
			 supplierprice = '0020,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VCS-16DL'
			 Value = Value.replace(" ","");
			 price = '0240,00'
			 pricetype = '$'	
			 disprice = '0120,00' 
			 exportprice = 	'0085,00' 
			 supplierprice = '0085,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VCS-2I'
			 Value = Value.replace(" ","");
			 price = '0040,00'
			 pricetype = '$'	
			 disprice = '0020,00' 
			 exportprice = 	'0015,00' 
			 supplierprice = '0015,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VCS-4'
			 Value = Value.replace(" ","");
			 price = '0110,00'
			 pricetype = '$'	
			 disprice = '0055,00' 
			 exportprice = 	'0025,00' 
			 supplierprice = '0025,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VCS-48DM'
			 Value = Value.replace(" ","");
			 price = '0880,00'
			 pricetype = '$'	
			 disprice = '0440,00' 
			 exportprice = 	'0300,00' 
			 supplierprice = '0315,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VCS-4I'
			 Value = Value.replace(" ","");
			 price = '0050,00'
			 pricetype = '$'	
			 disprice = '0025,00' 
			 exportprice = 	'0020,00' 
			 supplierprice = '0020,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VCS-5D'
			 Value = Value.replace(" ","");
			 price = '0104,00'
			 pricetype = '$'	
			 disprice = '0052,00' 
			 exportprice = 	'0030,00' 
			 supplierprice = '0030,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VCS-8DL'
			 Value = Value.replace(" ","");
			 price = '0180,00'
			 pricetype = '$'	
			 disprice = '0090,00' 
			 exportprice = 	'0060,00' 
			 supplierprice = '0060,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VCS-LCD'
			 Value = Value.replace(" ","");
			 price = '0170,00'
			 pricetype = '$'	
			 disprice = '0085,00' 
			 exportprice = 	'0050,00' 
			 supplierprice = '0050,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VCS-RC'
			 Value = Value.replace(" ","");
			 price = '0016,00'
			 pricetype = '$'	
			 disprice = '0008,00' 
			 exportprice = 	'0003,50' 
			 supplierprice = '0003,70'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VD-2005LCD'
			 Value = Value.replace(" ","");
			 price = '0158,00'
			 pricetype = '$'	
			 disprice = '0079,00' 
			 exportprice = 	'0072,00' 
			 supplierprice = '0075,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VD-2005P'
			 Value = Value.replace(" ","");
			 price = '0104,00'
			 pricetype = '$'	
			 disprice = '0052,00' 
			 exportprice = 	'0024,00' 
			 supplierprice = '0026,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VD-2005SMD'
			 Value = Value.replace(" ","");
			 price = '0056,00'
			 pricetype = '$'	
			 disprice = '0028,00' 
			 exportprice = 	'0016,00' 
			 supplierprice = '0017,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'WD-02'
			 Value = Value.replace(" ","");
			 price = '0038,00'
			 pricetype = '$'	
			 disprice = '0019,00' 
			 exportprice = 	'0017,00' 
			 supplierprice = '0018,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-1567RF'
			 Value = Value.replace(" ","");
			 price = '0150,00'
			 pricetype = '$'	
			 disprice = '0075,00' 
			 exportprice = 	'0026,00' 
			 supplierprice = '0030,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'RF-RC'
			 Value = Value.replace(" ","");
			 price = '0008,20'
			 pricetype = '$'	
			 disprice = '0004,10' 
			 exportprice = 	'0002,50' 
			 supplierprice = '0002,80'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'GD-17A'
			 Value = Value.replace(" ","");
			 price = '0220,00'
			 pricetype = '$'	
			 disprice = '0110,00' 
			 exportprice = 	'0068,00' 
			 supplierprice = '0073,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'GD-A8C'
			 Value = Value.replace(" ","");
			 price = '0160,00'
			 pricetype = '$'	
			 disprice = '0080,00' 
			 exportprice = 	'0039,00' 
			 supplierprice = '0039,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'SD-3239'
			 Value = Value.replace(" ","");
			 price = '0029,00'
			 pricetype = '$'	
			 disprice = '0014,50' 
			 exportprice = 	'0010,50' 
			 supplierprice = '0011,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-074RF'
			 Value = Value.replace(" ","");
			 price = '0180,00'
			 pricetype = '$'	
			 disprice = '0090,00' 
			 exportprice = 	'0045,00' 
			 supplierprice = '0048,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'ML-02'
			 Value = Value.replace(" ","");
			 price = '0194,00'
			 pricetype = '$'	
			 disprice = '0097,00' 
			 exportprice = 	'0090,00' 
			 supplierprice = '0090,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'ML-LA'
			 Value = Value.replace(" ","");
			 price = '0016,60'
			 pricetype = '$'	
			 disprice = '0008,30' 
			 exportprice = 	'0008,10' 
			 supplierprice = '0008,10'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'ML-ZA'
			 Value = Value.replace(" ","");
			 price = '0028,00'
			 pricetype = '$'	
			 disprice = '0014,00' 
			 exportprice = 	'0013,40' 
			 supplierprice = '0013,40'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AT-22'
			 Value = Value.replace(" ","");
			 price = '1300,00'
			 pricetype = '€'	
			 disprice = '0650,00' 
			 exportprice = 	'0620,00' 
			 supplierprice = '0630,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'TH-03EG'
			 Value = Value.replace(" ","");
			 price = '0410,00'
			 pricetype = '$'	
			 disprice = '0205,00' 
			 exportprice = 	'0135,00' 
			 supplierprice = '0140,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-075ETH'
			 Value = Value.replace(" ","");
			 price = '0680,00'
			 pricetype = '$'	
			 disprice = '0340,00' 
			 exportprice = 	'0225,00' 
			 supplierprice = '0245,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VD-2005-24V'
			 Value = Value.replace(" ","");
			 price = '0060,00'
			 pricetype = '$'	
			 disprice = '0030,00' 
			 exportprice = 	'0024,00' 
			 supplierprice = '0026,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-3567R'
			 Value = Value.replace(" ","");
			 price = '0070,00'
			 pricetype = '$'	
			 disprice = '0035,00' 
			 exportprice = 	'0018,00' 
			 supplierprice = '0020,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-35R'
			 Value = Value.replace(" ","");
			 price = '0048,00'
			 pricetype = '$'	
			 disprice = '0024,00' 
			 exportprice = 	'0016,00' 
			 supplierprice = '0018,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'HGS-07'
			 Value = Value.replace(" ","");
			 price = '0500,00'
			 pricetype = '$'	
			 disprice = '0250,00' 
			 exportprice = 	'0210,00' 
			 supplierprice = '0230,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-HGS'
			 Value = Value.replace(" ","");
			 price = '0003,00'
			 pricetype = '$'	
			 disprice = '0001,50' 
			 exportprice = 	'0001,10' 
			 supplierprice = '0001,20'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'GD-FCT'
			 Value = Value.replace(" ","");
			 price = '0180,00'
			 pricetype = '$'	
			 disprice = '0090,00' 
			 exportprice = 	'0065,00' 
			 supplierprice = '0070,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'WA-7'
			 Value = Value.replace(" ","");
			 price = '0260,00'
			 pricetype = '$'	
			 disprice = '0130,00' 
			 exportprice = 	'0100,00' 
			 supplierprice = '0110,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'EFI-300'
			 Value = Value.replace(" ","");
			 price = '0260,00'
			 pricetype = '$'	
			 disprice = '0130,00' 
			 exportprice = 	'0120,00' 
			 supplierprice = '0125,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'EFI-1000'
			 Value = Value.replace(" ","");
			 price = '0290,00'
			 pricetype = '$'	
			 disprice = '0145,00' 
			 exportprice = 	'0125,00' 
			 supplierprice = '0130,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'TDM-25'
			 Value = Value.replace(" ","");
			 price = '0330,00'
			 pricetype = '$'	
			 disprice = '0165,00' 
			 exportprice = 	'0210,00' 
			 supplierprice = '0210,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'VD-2025LCD'
			 Value = Value.replace(" ","");
			 price = '0174,00'
			 pricetype = '$'	
			 disprice = '0087,00' 
			 exportprice = 	'0078,00' 
			 supplierprice = '0080,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-45R'
			 Value = Value.replace(" ","");
			 price = '0038,00'
			 pricetype = '$'	
			 disprice = '0019,00' 
			 exportprice = 	'0015,00' 
			 supplierprice = '0015,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'AC-076ETH'
			 Value = Value.replace(" ","");
			 price = '0190,00'
			 pricetype = '$'	
			 disprice = '0095,00' 
			 exportprice = 	'0075,00' 
			 supplierprice = '0075,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'GD-04'
			 Value = Value.replace(" ","");
			 price = '0270,00'
			 pricetype = '$'	
			 disprice = '0135,00' 
			 exportprice = 	'0110,00' 
			 supplierprice = '0110,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'ES-01'
			 Value = Value.replace(" ","");
			 price = '0056,00'
			 pricetype = '$'	
			 disprice = '0028,00' 
			 exportprice = 	'0026,00' 
			 supplierprice = '0025,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'TH-WPROB'
			 Value = Value.replace(" ","");
			 price = '0076,00'
			 pricetype = '$'	
			 disprice = '0038,00' 
			 exportprice = 	'0024,00' 
			 supplierprice = '0023,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = 'GD-07'
			 Value = Value.replace(" ","");
			 price = '0116,00'
			 pricetype = '$'	
			 disprice = '0058,00' 
			 exportprice = 	'0048,00' 
			 supplierprice = '0050,00'  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		    	
		     Value = ''
			 Value = Value.replace(" ","");
			 price = ''
			 pricetype = ''	
			 disprice = '' 
			 exportprice = 	'' 
			 supplierprice = ''  
			 		
		  
		     if (Procode == Value) {			    
			      
			    if (memberbayi == "Doğru" || memberbayi == "on" || memberbayi == "True"){ 
		            price = disprice 
		        } 
				 
				if (supplierbayi == "Doğru" || supplierbayi == "on" || supplierbayi == "True"){ 
		            price = supplierprice 
		        }   
				
				if (exportbayi == "Doğru" || exportbayi == "on" || exportbayi == "True"){ 
		            price = exportprice 
		        }   
					
				price = price.replace(",",".");    
			    price = parseFloat(price)				
			 
		        price = price.formatMoney(2,".", ",")   
			    price = price + ' ' + pricetype							 
			    var Order = Proname + '*' + Color + '*' + pcs + '*' + price + '*' + Htmlway + '*';
				var text = escape(Order); 				 	 
				
	            var validate = new Date();	
	            validate.setMonth(validate.getMonth() + 6 );				 				 		   
				document.cookie = realProcode + '=' + realProcode + '*' + text + ";expires=" + validate.toGMTString(); 
				 
			 }		  
	 
		   
		 
	}	
	
	 
	  ReadCookie("usd", "euro"); 	  
	  OpenBasket(); 		
	  

}
 
function UnrecOrder(){ 
   document.getElementById('unrecblock').style.display = "block"  
   var unrecref = document.getElementById('unrecrefno').value.toUpperCase()  
   unrecref = unrecref.trim()  
   if (unrecref.length < 11 ) {     
       document.getElementById('orderinfo').style.display = "block"
	   document.getElementById('orderinfo').style.backgroundColor ="#C00"
	   document.getElementById('orderinfo').style.color = "#FFF" 
	   
	   if (Language == "English") { 
	     document.getElementById('orderinfo').innerHTML = "Missing Reference number !" 
	   }  else {
	     document.getElementById('orderinfo').innerHTML = "Eksik Referans numarası !" 
	   }
	   	 
	   return
   }   
  
   ViewOrder(unrecref)
   var table = document.getElementById("lastorder");
   var rowCount = parseFloat(table.rows.length);
   if (rowCount < 2) { 
       document.getElementById('orderinfo').style.display = "block"
	   document.getElementById('orderinfo').style.backgroundColor ="#C00"
	   document.getElementById('orderinfo').style.color = "#FFF" 	   
	   
	   if (Language == "English") { 
	     document.getElementById('orderinfo').innerHTML = "No orders registered with this number !"
	   }  else {
	     document.getElementById('orderinfo').innerHTML = "Bu numaraya kayıtlı sipariş yok !"
	   }  
	  
	   document.getElementById('unreorder').style.display = "none"  
	   TableClear() 
	   
   }  else {	   
	   document.getElementById('unreorder').style.display = "block"   
   }
   
}


function TableClear(){  
   var table = document.getElementById("lastorder");	 
   var rowCount = table.rows.length;
   for(i=rowCount-1; i>0;i--){	
	  document.getElementById("lastorder").deleteRow(i) 			  
   } 
   
   document.getElementById("lastaratoplam").innerHTML = ""	 
   document.getElementById("lastkdv").innerHTML = ""		 
   document.getElementById("lastgeneltoplam").innerHTML = ""	  
   document.getElementById("orderusd").innerHTML = ""   
   document.getElementById("ordereuro").innerHTML = ""		   
   document.getElementById("orderparite").innerHTML = ""
    	
}

function ViewRefno(){  
   var refnovalue = document.getElementById('referansno').value
   var Index = document.getElementById('referansno').selectedIndex
   document.getElementById('siparistarih').selectedIndex =Index 
   ViewOrder( document.getElementById('referansno').value)      
} 

function ViewOrder(refnovalue){ 
   document.getElementById("contractbuts").style.display = "none";  
   document.getElementById("printdoc").style.display = "none";  
   document.getElementById("orderdelivery").style.display = "none";
   document.getElementById("orderinvoice").style.display = "none";  
   document.getElementById("orderbankact").style.display = "none";  
   document.getElementById("orderconttitle").style.display = "none";
   
    var kdvyok = parseFloat(0);  
	var testmember = getCookie("membervalue")
	var membervalue = new Array() 
	if (typeof(testmember) != "undefined") {
		membervalue = testmember.split("*")	
		if (membervalue[6] == "on"){
		    var kdvyok = parseFloat(1); 
		
		    document.getElementById('lasttaxwrite').style.display = "none"; 
			document.getElementById('lastkdv').style.display = "none";
			document.getElementById('lastgtwrite').style.display = "none"; 
			document.getElementById('lastgeneltoplam').style.display = "none"; 
		    document.getElementById("tblb").style.display = "none" 
		    document.getElementById("tblc").style.display = "none"  
			document.getElementById("ctkdvtoplam").style.display = "none" 
		    document.getElementById("ctgeneltoplam").style.display = "none"    
		
	        document.getElementById('lastord7').innerHTML = "B.Fiyat" ;
			document.getElementById('lastord8').innerHTML = "Tutar" 
			document.getElementById('tbl7').innerHTML = "B.Fiyat" ; 
			document.getElementById('tbl8').innerHTML = "Tutar" 
			document.getElementById('lastaratwrite').innerHTML = "Genel Toplam"
			document.getElementById('tbla').innerHTML = "Genel Toplam" 
			
			if (Language == "English") {
			   document.getElementById('lastord7').innerHTML = "U.Price" 
			   document.getElementById('lastord8').innerHTML = "T.Price"
			   document.getElementById('tbl7').innerHTML = "U.Price" ; 
			   document.getElementById('tbl8').innerHTML = "T.Price" 
			   document.getElementById('lastaratwrite').innerHTML = "Overall Total"
			   document.getElementById('tbla').innerHTML = "Overall Total"  			
		  }	
			 
		}
    }; 
    
   var Value
   var table = document.getElementById("lastorder");
   var tabledlw = document.getElementById("orddlvtbl");	 
   var tableInvoice = document.getElementById("orinvoicetbl");	
   var tablebank = document.getElementById("orbankttbl");  
   var rowCount = table.rows.length;
   var tdrowCount = tabledlw.rows.length;
   var inrowCount = tableInvoice.rows.length;
   var bankrowCount = tablebank.rows.length;
   var priceformat
   var orderinfo
   var deletes
   var paymenttype
   var contrattbl = document.getElementById("contrattable");
   var controwCount = contrattbl.rows.length;
   
   rowCount =  parseFloat(rowCount); 
   tdrowCount = parseFloat(tdrowCount); 
   
    for(i=tdrowCount; i>0;i--){	
	   document.getElementById("orddlvtbl").deleteRow(i-1) 				    		  
    }  
		
    tdrowCount = parseFloat(0);	
			
    for(i=inrowCount; i>0;i--){	
	    document.getElementById("orinvoicetbl").deleteRow(i-1) 				    		  
    } 
	 	
    inrowCount = parseFloat(0);	
	
	for(i=bankrowCount; i>0;i--){	
	    document.getElementById("orbankttbl").deleteRow(i-1) 				    		  
    } 
	 	
    bankrowCount = parseFloat(0);		
			  
   
    
   
        Value = 'UWTV2025031'
		if (refnovalue == Value) { 
		   document.getElementById("contractbuts").style.display = "block";  
		   document.getElementById("printdoc").style.display = "block";   
		   document.getElementById("orderdelivery").style.display = "block";
		   document.getElementById("orderinvoice").style.display = "block";  
		   document.getElementById("orderbankact").style.display = "block";  
		   document.getElementById("orderconttitle").style.display = "block";    
		   
		   orderinfo = 'Bu siparişe ait Mail Order formu bekleniyor !'
		   deletes ='False'    
		   mnglink = ''  
		   paymenttype = 'Mail Order' 
		   deliveryname = 'ERCAN MUTLU'		   
		   
		   document.getElementById("unrecdate").innerHTML = 'Tarih : 3.03.2025 13:24:36' 
		   if (Language == "English") { 
		     document.getElementById("unrecdate").innerHTML = 'Date : 3.03.2025 13:24:36'
		   }   		   
		    
		   document.getElementById('paymenttypelbl').style.display = "block" 
		   var namesurtitle = "Adı / Soyadı"
		   var adrestitle = "Adres" 
		   var phonetitle = "Telefon"
		   var idnumber = "T.C. Kimlik No"
		   var cargofirm = "Kargo Firması"	
		   var cargodurum = "Kargo Durumu"	
		   var cargoname = 'Ücretsiz MNG Kargo' 
		   var cargolink = ""
		   var cargobackgnd = "#FF9F9F"  
		   
		   if (cargoname == "Ücretsiz MNG Kargo" || cargoname == "Free shipping with MNG cargo") {
		      cargolink = "https://kargotakip.mngkargo.com.tr/?takipNo=" 	 
		   }
		   
		   if (cargoname == "Aras Kargo" || cargoname == "Aras Cargo") {
		      cargolink = "http://kargotakip.araskargo.com.tr/mainpage.aspx?code=" 			  
		   }
		   
		   if (cargoname == "Sürat Kargo" || cargoname == "Surat Cargo") {
		      cargolink = "http://suratkargo.com.tr/KargoTakip?kargotakipno" 			  
		   }
		   
		   if (cargoname == "Yurtiçi Kargo" || cargoname == "Yurtici Cargo") {
		      cargolink = "https://www.yurticikargo.com/" 			 
		   }
		   	 	    
		   var invocetitle = "Fatura Bilgileri"
		   var owntitle = "Faturam kişisel ve teslimat bilgilerimle kesilsin."
		   var bankacttitle = "Banka Hesap Bilgileri  &nbsp; &nbsp; HESAP ADI : EGS ELEKTRONIK"	
		   var contsign = "ALICI : "   
		   
		    if (Language == "English") { 
	           document.getElementById('paymenttypelbl').innerHTML = "Payment Method : " + paymenttype	
			   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
			   contsign = "BUYER : "
			   invocetitle = "Invoice Information"
			   owntitle = "Invoice will be issued with my personal and delivery info."
			   namesurtitle = "Name / Surname"	
			   adrestitle = "Address"
			   phonetitle = "Phone Number"
			   idnumber = "Identification No"
			   cargofirm = "Cargo Firm"
			   cargodurum = "Shipping Status"
			   bankacttitle = "Bank Account Information &nbsp; &nbsp; ACCOUNT NAME : EGS ELEKTRONIK"
			   if (mnglink != "") {
			        cargobackgnd = "#A4FFA4"
		            mnglink = 'Shipped <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Tracking number : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
			   }  else {
			        mnglink = 'No action taken <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		 
		       }			 
			   
	        }  else {	
			    if (mnglink != "") {
				    cargobackgnd = "#A4FFA4"
		            mnglink = 'Kargoya verildi <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Takip numarası : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
				}  else {
			        mnglink = 'Hiç bir işlem yapılmadı <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		
		        }
				
	           document.getElementById('paymenttypelbl').innerHTML = "Ödeme Şekli : " + paymenttype	
			   
	 
	        } 	
			
			var rowD = tabledlw.insertRow(tdrowCount);		   		 	   
			//var cellD = rowD.insertCell(0);	
			rowD = tabledlw.insertRow(tdrowCount);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",namesurtitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'ERCAN MUTLU' ,"12px","#EFEFEF")
			document.getElementById('contratname').innerHTML = 'ERCAN MUTLU'
			document.getElementById('buyer').innerHTML = contsign + 'ERCAN MUTLU'
			
			rowD = tabledlw.insertRow(tdrowCount +1);
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",adrestitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'626. SK. NO: 22 B APT. K:2 D:B16 NİLÜFER\nALAADDİNBEY MH.<br />Nilüfer / Bursa / Türkiye' ,"12px","#EFEFEF")
			document.getElementById('contratadr').innerHTML = '626. SK. NO: 22 B APT. K:2 D:B16 NİLÜFER\nALAADDİNBEY MH.<br />Nilüfer / Bursa / Türkiye'
			
			rowD = tabledlw.insertRow(tdrowCount +2);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",phonetitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'05076196333' ,"12px","#EFEFEF")
			document.getElementById('contrattlf').innerHTML = '05076196333'
			
			rowD = tabledlw.insertRow(tdrowCount +3);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",idnumber,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
			document.getElementById('contratmail').innerHTML = 'ercan@bemsateknoloji.com' 
			document.getElementById('inv3').innerHTML = paymenttype	
			document.getElementById('contratdeliveryadr').innerHTML ='626. SK. NO: 22 B APT. K:2 D:B16 NİLÜFER\nALAADDİNBEY MH.<br />Nilüfer / Bursa / Türkiye' 
			document.getElementById('contratdeliveryname').innerHTML = 'ERCAN MUTLU'  
			 	
			rowD = tabledlw.insertRow(tdrowCount +4);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargofirm,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",cargoname,"12px","#EFEFEF")
			
				
			rowD = tabledlw.insertRow(tdrowCount +5);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargodurum,"12px",cargobackgnd)
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",mnglink,"12px","#EFEFEF")	
				
			// OWNINVOCE true INVOICETYPE true bireysel kendime
			// OWNINVOCE false INVOICETYPE false kurumsal
			// OWNINVOCE false INVOICETYPE true bireysel başkasına
					 
			if ('False' == "True") { 			   
			    document.getElementById('orderinvoice').innerHTML = owntitle 
				document.getElementById('contratbill').innerHTML = '626. SK. NO: 22 B APT. K:2 D:B16 NİLÜFER\nALAADDİNBEY MH.<br />Nilüfer / Bursa / Türkiye' 
				
				
			} else {
			
			    document.getElementById('contratbill').innerHTML = 'ALAADDİNBEY MH. 626. SK. NO:22 B APT. K:2 D:B16 <br />Nilüfer / Bursa / Türkiye' 
			    document.getElementById('orderinvoice').innerHTML = invocetitle
			    var invns = "Adı / Soyadı"
				var invadr = "Adres"
				var invphn = "Telefon"
				var invverno = "Vergi No"
				var invverda = "Vergi Dairesi"
				var efatura = "E-Fatura"
				 
			    if ('False' == "True") { 
				    //  Biresel Başkasına
					if (Language == "English") { 
				        invns = "Name / Surname"			   
				    }					 
				 
				} else { 	  
                    //  Kurumsal
					invns = "Ticari Ünvan"
					if (Language == "English") { 
				        invns = "Company Name"			   
				    }
			    
			    }
				
				if (Language == "English") { 
				    invadr = "Address" 
					invphn = "Phone Number"  
					invverno = "Tax No"
					invverda = "Tax Office" 
					efatura = "E-Invoice"	   
				}
				
				rowD = tableInvoice.insertRow(inrowCount);	
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invns,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'BEMSA TEKNOLOJİ ELEKTRONİK GÜV. SİST. LTD. ŞTİ.' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +1);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invadr,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'ALAADDİNBEY MH. 626. SK. NO:22 B APT. K:2 D:B16 <br />Nilüfer / Bursa / Türkiye' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +2);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invphn,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'05076196333' ,"12px","#EFEFEF")			
				
				 //////////////////////////////////////////
				
				if (invns == "Ticari Ünvan" || invns == "Company Name") { 
				
				   rowD = tableInvoice.insertRow(inrowCount +3);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverno,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'1630429342' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +4);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverda,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'ÇEKİRGE' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +5);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",efatura,"12px","#EFEFEF")	      
				
					var efatyesno = ""
					
					if ('True' == "True") { 
					   efatyesno = "Evet"
					   if (Language == "English") { 
				          efatyesno = "Yes"			   
				       }	
					
					} else { 
					   efatyesno = "Hayır"
					   if (Language == "English") { 
				          efatyesno = "No"			   
				       }   			 
					}	
					
				    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",efatyesno,"12px","#EFEFEF")				 				
			
				} 
				
			} 
				
		   document.getElementById('orderbankact').innerHTML = bankacttitle	 
		   
		   rowD = tablebank.insertRow(bankrowCount);
		   
		   if (Language == "English") { 
		        AddCell(rowD.insertCell(0),"center","middle","18%","30px","0px","Bank Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Branch Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(2),"center","middle","15%","30px","0px","Branch Code","12px","#CCCCCC")
		        AddCell(rowD.insertCell(3),"center","middle","17%","30px","0px","Account Number","12px","#CCCCCC")
		        AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","IBAN Number","12px","#CCCCCC")
				
				rowD = tablebank.insertRow(bankrowCount +1);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Yapi Kredi Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","744","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","44601563","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")
				
				rowD = tablebank.insertRow(bankrowCount +2);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Halk Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","9862","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","10260865","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")			
				
			
		   } else {
		       AddCell(rowD.insertCell(0),"center","middle","19%","30px","0px","Banka İsmi","12px","#CCCCCC")
		       AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Şube Adı","12px","#CCCCCC")
		       AddCell(rowD.insertCell(2),"center","middle","13%","30px","0px","Şube Kodu","12px","#CCCCCC")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","0px","Hesap Numarası","12px","#CCCCCC")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","İban Numarası","12px","#CCCCCC")	
			   
			   rowD = tablebank.insertRow(bankrowCount +1);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Yapı Kredi Bankası","11px","#EFEFEF")
		       AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		       AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","744","11px","#EFEFEF")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","44601563","11px","#EFEFEF")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")	 
			   
			   rowD = tablebank.insertRow(bankrowCount +2);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Halk Bankası","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","9862","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","10260865","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")  
		   } 	   
		 
		   document.getElementById('orderinfo').style.display = "block"
		   document.getElementById('orderinfo').style.background = "#000" 
		   document.getElementById('orderinfo').style.color = "#0FF" 		  
		   
		   if (deletes == "True") { 		   
			 document.getElementById('orderinfo').style.background = "#900" 
			 document.getElementById('orderinfo').style.color = "#FFF" 
		   }
		   
		   document.getElementById('orderinfo').innerHTML = orderinfo  
		
		} 
			
    
   
        Value = 'UWTV2025021'
		if (refnovalue == Value) { 
		   document.getElementById("contractbuts").style.display = "block";  
		   document.getElementById("printdoc").style.display = "block";   
		   document.getElementById("orderdelivery").style.display = "block";
		   document.getElementById("orderinvoice").style.display = "block";  
		   document.getElementById("orderbankact").style.display = "block";  
		   document.getElementById("orderconttitle").style.display = "block";    
		   
		   orderinfo = 'Bu siparişe ait ödeme bilgisi bekleniyor !'
		   deletes ='False'    
		   mnglink = ''  
		   paymenttype = 'Banka Havale' 
		   deliveryname = 'Erol Hızal'		   
		   
		   document.getElementById("unrecdate").innerHTML = 'Tarih : 6.02.2025 01:05:49' 
		   if (Language == "English") { 
		     document.getElementById("unrecdate").innerHTML = 'Date : 6.02.2025 01:05:49'
		   }   		   
		    
		   document.getElementById('paymenttypelbl').style.display = "block" 
		   var namesurtitle = "Adı / Soyadı"
		   var adrestitle = "Adres" 
		   var phonetitle = "Telefon"
		   var idnumber = "T.C. Kimlik No"
		   var cargofirm = "Kargo Firması"	
		   var cargodurum = "Kargo Durumu"	
		   var cargoname = 'Ücretsiz MNG kargo' 
		   var cargolink = ""
		   var cargobackgnd = "#FF9F9F"  
		   
		   if (cargoname == "Ücretsiz MNG Kargo" || cargoname == "Free shipping with MNG cargo") {
		      cargolink = "https://kargotakip.mngkargo.com.tr/?takipNo=" 	 
		   }
		   
		   if (cargoname == "Aras Kargo" || cargoname == "Aras Cargo") {
		      cargolink = "http://kargotakip.araskargo.com.tr/mainpage.aspx?code=" 			  
		   }
		   
		   if (cargoname == "Sürat Kargo" || cargoname == "Surat Cargo") {
		      cargolink = "http://suratkargo.com.tr/KargoTakip?kargotakipno" 			  
		   }
		   
		   if (cargoname == "Yurtiçi Kargo" || cargoname == "Yurtici Cargo") {
		      cargolink = "https://www.yurticikargo.com/" 			 
		   }
		   	 	    
		   var invocetitle = "Fatura Bilgileri"
		   var owntitle = "Faturam kişisel ve teslimat bilgilerimle kesilsin."
		   var bankacttitle = "Banka Hesap Bilgileri  &nbsp; &nbsp; HESAP ADI : EGS ELEKTRONIK"	
		   var contsign = "ALICI : "   
		   
		    if (Language == "English") { 
	           document.getElementById('paymenttypelbl').innerHTML = "Payment Method : " + paymenttype	
			   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
			   contsign = "BUYER : "
			   invocetitle = "Invoice Information"
			   owntitle = "Invoice will be issued with my personal and delivery info."
			   namesurtitle = "Name / Surname"	
			   adrestitle = "Address"
			   phonetitle = "Phone Number"
			   idnumber = "Identification No"
			   cargofirm = "Cargo Firm"
			   cargodurum = "Shipping Status"
			   bankacttitle = "Bank Account Information &nbsp; &nbsp; ACCOUNT NAME : EGS ELEKTRONIK"
			   if (mnglink != "") {
			        cargobackgnd = "#A4FFA4"
		            mnglink = 'Shipped <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Tracking number : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
			   }  else {
			        mnglink = 'No action taken <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		 
		       }			 
			   
	        }  else {	
			    if (mnglink != "") {
				    cargobackgnd = "#A4FFA4"
		            mnglink = 'Kargoya verildi <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Takip numarası : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
				}  else {
			        mnglink = 'Hiç bir işlem yapılmadı <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		
		        }
				
	           document.getElementById('paymenttypelbl').innerHTML = "Ödeme Şekli : " + paymenttype	
			   
	 
	        } 	
			
			var rowD = tabledlw.insertRow(tdrowCount);		   		 	   
			//var cellD = rowD.insertCell(0);	
			rowD = tabledlw.insertRow(tdrowCount);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",namesurtitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'Erol Hızal' ,"12px","#EFEFEF")
			document.getElementById('contratname').innerHTML = 'Erol Hızal'
			document.getElementById('buyer').innerHTML = contsign + 'Erol Hızal'
			
			rowD = tabledlw.insertRow(tdrowCount +1);
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",adrestitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",' Güven Apartmanı\nTepekule Mah.  2085 Sok.No.30\nkat 6  da. 18. Tepekule/ Bayraklı\nBayraklı/İzmir<br />Bayraklı / İzmir / Türkiye' ,"12px","#EFEFEF")
			document.getElementById('contratadr').innerHTML = ' Güven Apartmanı\nTepekule Mah.  2085 Sok.No.30\nkat 6  da. 18. Tepekule/ Bayraklı\nBayraklı/İzmir<br />Bayraklı / İzmir / Türkiye'
			
			rowD = tabledlw.insertRow(tdrowCount +2);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",phonetitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'05466387582' ,"12px","#EFEFEF")
			document.getElementById('contrattlf').innerHTML = '05466387582'
			
			rowD = tabledlw.insertRow(tdrowCount +3);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",idnumber,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'24607301902' ,"12px","#EFEFEF")
			document.getElementById('contratmail').innerHTML = 'erolhizal@gmail.com' 
			document.getElementById('inv3').innerHTML = paymenttype	
			document.getElementById('contratdeliveryadr').innerHTML =' Güven Apartmanı\nTepekule Mah.  2085 Sok.No.30\nkat 6  da. 18. Tepekule/ Bayraklı\nBayraklı/İzmir<br />Bayraklı / İzmir / Türkiye' 
			document.getElementById('contratdeliveryname').innerHTML = 'Erol Hızal'  
			 	
			rowD = tabledlw.insertRow(tdrowCount +4);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargofirm,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",cargoname,"12px","#EFEFEF")
			
				
			rowD = tabledlw.insertRow(tdrowCount +5);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargodurum,"12px",cargobackgnd)
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",mnglink,"12px","#EFEFEF")	
				
			// OWNINVOCE true INVOICETYPE true bireysel kendime
			// OWNINVOCE false INVOICETYPE false kurumsal
			// OWNINVOCE false INVOICETYPE true bireysel başkasına
					 
			if ('True' == "True") { 			   
			    document.getElementById('orderinvoice').innerHTML = owntitle 
				document.getElementById('contratbill').innerHTML = ' Güven Apartmanı\nTepekule Mah.  2085 Sok.No.30\nkat 6  da. 18. Tepekule/ Bayraklı\nBayraklı/İzmir<br />Bayraklı / İzmir / Türkiye' 
				
				
			} else {
			
			    document.getElementById('contratbill').innerHTML = '<br /> /  / ' 
			    document.getElementById('orderinvoice').innerHTML = invocetitle
			    var invns = "Adı / Soyadı"
				var invadr = "Adres"
				var invphn = "Telefon"
				var invverno = "Vergi No"
				var invverda = "Vergi Dairesi"
				var efatura = "E-Fatura"
				 
			    if ('True' == "True") { 
				    //  Biresel Başkasına
					if (Language == "English") { 
				        invns = "Name / Surname"			   
				    }					 
				 
				} else { 	  
                    //  Kurumsal
					invns = "Ticari Ünvan"
					if (Language == "English") { 
				        invns = "Company Name"			   
				    }
			    
			    }
				
				if (Language == "English") { 
				    invadr = "Address" 
					invphn = "Phone Number"  
					invverno = "Tax No"
					invverda = "Tax Office" 
					efatura = "E-Invoice"	   
				}
				
				rowD = tableInvoice.insertRow(inrowCount);	
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invns,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +1);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invadr,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'<br /> /  / ' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +2);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invphn,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")			
				
				 //////////////////////////////////////////
				
				if (invns == "Ticari Ünvan" || invns == "Company Name") { 
				
				   rowD = tableInvoice.insertRow(inrowCount +3);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverno,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +4);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverda,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +5);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",efatura,"12px","#EFEFEF")	      
				
					var efatyesno = ""
					
					if ('False' == "True") { 
					   efatyesno = "Evet"
					   if (Language == "English") { 
				          efatyesno = "Yes"			   
				       }	
					
					} else { 
					   efatyesno = "Hayır"
					   if (Language == "English") { 
				          efatyesno = "No"			   
				       }   			 
					}	
					
				    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",efatyesno,"12px","#EFEFEF")				 				
			
				} 
				
			} 
				
		   document.getElementById('orderbankact').innerHTML = bankacttitle	 
		   
		   rowD = tablebank.insertRow(bankrowCount);
		   
		   if (Language == "English") { 
		        AddCell(rowD.insertCell(0),"center","middle","18%","30px","0px","Bank Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Branch Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(2),"center","middle","15%","30px","0px","Branch Code","12px","#CCCCCC")
		        AddCell(rowD.insertCell(3),"center","middle","17%","30px","0px","Account Number","12px","#CCCCCC")
		        AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","IBAN Number","12px","#CCCCCC")
				
				rowD = tablebank.insertRow(bankrowCount +1);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Yapi Kredi Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","744","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","44601563","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")
				
				rowD = tablebank.insertRow(bankrowCount +2);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Halk Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","9862","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","10260865","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")			
				
			
		   } else {
		       AddCell(rowD.insertCell(0),"center","middle","19%","30px","0px","Banka İsmi","12px","#CCCCCC")
		       AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Şube Adı","12px","#CCCCCC")
		       AddCell(rowD.insertCell(2),"center","middle","13%","30px","0px","Şube Kodu","12px","#CCCCCC")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","0px","Hesap Numarası","12px","#CCCCCC")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","İban Numarası","12px","#CCCCCC")	
			   
			   rowD = tablebank.insertRow(bankrowCount +1);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Yapı Kredi Bankası","11px","#EFEFEF")
		       AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		       AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","744","11px","#EFEFEF")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","44601563","11px","#EFEFEF")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")	 
			   
			   rowD = tablebank.insertRow(bankrowCount +2);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Halk Bankası","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","9862","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","10260865","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")  
		   } 	   
		 
		   document.getElementById('orderinfo').style.display = "block"
		   document.getElementById('orderinfo').style.background = "#000" 
		   document.getElementById('orderinfo').style.color = "#0FF" 		  
		   
		   if (deletes == "True") { 		   
			 document.getElementById('orderinfo').style.background = "#900" 
			 document.getElementById('orderinfo').style.color = "#FFF" 
		   }
		   
		   document.getElementById('orderinfo').innerHTML = orderinfo  
		
		} 
			
    
   
        Value = 'UWTV2024121'
		if (refnovalue == Value) { 
		   document.getElementById("contractbuts").style.display = "block";  
		   document.getElementById("printdoc").style.display = "block";   
		   document.getElementById("orderdelivery").style.display = "block";
		   document.getElementById("orderinvoice").style.display = "block";  
		   document.getElementById("orderbankact").style.display = "block";  
		   document.getElementById("orderconttitle").style.display = "block";    
		   
		   orderinfo = 'Bu siparişe ait Mail Order formu bekleniyor !'
		   deletes ='False'    
		   mnglink = ''  
		   paymenttype = 'Mail Order' 
		   deliveryname = 'deneme deneme'		   
		   
		   document.getElementById("unrecdate").innerHTML = 'Tarih : 28.12.2024 13:32:22' 
		   if (Language == "English") { 
		     document.getElementById("unrecdate").innerHTML = 'Date : 28.12.2024 13:32:22'
		   }   		   
		    
		   document.getElementById('paymenttypelbl').style.display = "block" 
		   var namesurtitle = "Adı / Soyadı"
		   var adrestitle = "Adres" 
		   var phonetitle = "Telefon"
		   var idnumber = "T.C. Kimlik No"
		   var cargofirm = "Kargo Firması"	
		   var cargodurum = "Kargo Durumu"	
		   var cargoname = 'Ücretsiz MNG Kargo' 
		   var cargolink = ""
		   var cargobackgnd = "#FF9F9F"  
		   
		   if (cargoname == "Ücretsiz MNG Kargo" || cargoname == "Free shipping with MNG cargo") {
		      cargolink = "https://kargotakip.mngkargo.com.tr/?takipNo=" 	 
		   }
		   
		   if (cargoname == "Aras Kargo" || cargoname == "Aras Cargo") {
		      cargolink = "http://kargotakip.araskargo.com.tr/mainpage.aspx?code=" 			  
		   }
		   
		   if (cargoname == "Sürat Kargo" || cargoname == "Surat Cargo") {
		      cargolink = "http://suratkargo.com.tr/KargoTakip?kargotakipno" 			  
		   }
		   
		   if (cargoname == "Yurtiçi Kargo" || cargoname == "Yurtici Cargo") {
		      cargolink = "https://www.yurticikargo.com/" 			 
		   }
		   	 	    
		   var invocetitle = "Fatura Bilgileri"
		   var owntitle = "Faturam kişisel ve teslimat bilgilerimle kesilsin."
		   var bankacttitle = "Banka Hesap Bilgileri  &nbsp; &nbsp; HESAP ADI : EGS ELEKTRONIK"	
		   var contsign = "ALICI : "   
		   
		    if (Language == "English") { 
	           document.getElementById('paymenttypelbl').innerHTML = "Payment Method : " + paymenttype	
			   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
			   contsign = "BUYER : "
			   invocetitle = "Invoice Information"
			   owntitle = "Invoice will be issued with my personal and delivery info."
			   namesurtitle = "Name / Surname"	
			   adrestitle = "Address"
			   phonetitle = "Phone Number"
			   idnumber = "Identification No"
			   cargofirm = "Cargo Firm"
			   cargodurum = "Shipping Status"
			   bankacttitle = "Bank Account Information &nbsp; &nbsp; ACCOUNT NAME : EGS ELEKTRONIK"
			   if (mnglink != "") {
			        cargobackgnd = "#A4FFA4"
		            mnglink = 'Shipped <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Tracking number : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
			   }  else {
			        mnglink = 'No action taken <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		 
		       }			 
			   
	        }  else {	
			    if (mnglink != "") {
				    cargobackgnd = "#A4FFA4"
		            mnglink = 'Kargoya verildi <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Takip numarası : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
				}  else {
			        mnglink = 'Hiç bir işlem yapılmadı <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		
		        }
				
	           document.getElementById('paymenttypelbl').innerHTML = "Ödeme Şekli : " + paymenttype	
			   
	 
	        } 	
			
			var rowD = tabledlw.insertRow(tdrowCount);		   		 	   
			//var cellD = rowD.insertCell(0);	
			rowD = tabledlw.insertRow(tdrowCount);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",namesurtitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'deneme deneme' ,"12px","#EFEFEF")
			document.getElementById('contratname').innerHTML = 'deneme deneme'
			document.getElementById('buyer').innerHTML = contsign + 'deneme deneme'
			
			rowD = tabledlw.insertRow(tdrowCount +1);
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",adrestitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'deneme deneme deneme deneme deneme\ndeneme 13<br />Ataşehir / İstanbul / Türkiye' ,"12px","#EFEFEF")
			document.getElementById('contratadr').innerHTML = 'deneme deneme deneme deneme deneme\ndeneme 13<br />Ataşehir / İstanbul / Türkiye'
			
			rowD = tabledlw.insertRow(tdrowCount +2);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",phonetitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'05411000101' ,"12px","#EFEFEF")
			document.getElementById('contrattlf').innerHTML = '05411000101'
			
			rowD = tabledlw.insertRow(tdrowCount +3);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",idnumber,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'23666325506' ,"12px","#EFEFEF")
			document.getElementById('contratmail').innerHTML = 'deneme@hotmail.com' 
			document.getElementById('inv3').innerHTML = paymenttype	
			document.getElementById('contratdeliveryadr').innerHTML ='deneme deneme deneme deneme deneme\ndeneme 13<br />Ataşehir / İstanbul / Türkiye' 
			document.getElementById('contratdeliveryname').innerHTML = 'deneme deneme'  
			 	
			rowD = tabledlw.insertRow(tdrowCount +4);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargofirm,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",cargoname,"12px","#EFEFEF")
			
				
			rowD = tabledlw.insertRow(tdrowCount +5);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargodurum,"12px",cargobackgnd)
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",mnglink,"12px","#EFEFEF")	
				
			// OWNINVOCE true INVOICETYPE true bireysel kendime
			// OWNINVOCE false INVOICETYPE false kurumsal
			// OWNINVOCE false INVOICETYPE true bireysel başkasına
					 
			if ('True' == "True") { 			   
			    document.getElementById('orderinvoice').innerHTML = owntitle 
				document.getElementById('contratbill').innerHTML = 'deneme deneme deneme deneme deneme\ndeneme 13<br />Ataşehir / İstanbul / Türkiye' 
				
				
			} else {
			
			    document.getElementById('contratbill').innerHTML = '<br /> /  / ' 
			    document.getElementById('orderinvoice').innerHTML = invocetitle
			    var invns = "Adı / Soyadı"
				var invadr = "Adres"
				var invphn = "Telefon"
				var invverno = "Vergi No"
				var invverda = "Vergi Dairesi"
				var efatura = "E-Fatura"
				 
			    if ('True' == "True") { 
				    //  Biresel Başkasına
					if (Language == "English") { 
				        invns = "Name / Surname"			   
				    }					 
				 
				} else { 	  
                    //  Kurumsal
					invns = "Ticari Ünvan"
					if (Language == "English") { 
				        invns = "Company Name"			   
				    }
			    
			    }
				
				if (Language == "English") { 
				    invadr = "Address" 
					invphn = "Phone Number"  
					invverno = "Tax No"
					invverda = "Tax Office" 
					efatura = "E-Invoice"	   
				}
				
				rowD = tableInvoice.insertRow(inrowCount);	
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invns,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +1);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invadr,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'<br /> /  / ' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +2);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invphn,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")			
				
				 //////////////////////////////////////////
				
				if (invns == "Ticari Ünvan" || invns == "Company Name") { 
				
				   rowD = tableInvoice.insertRow(inrowCount +3);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverno,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +4);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverda,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +5);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",efatura,"12px","#EFEFEF")	      
				
					var efatyesno = ""
					
					if ('False' == "True") { 
					   efatyesno = "Evet"
					   if (Language == "English") { 
				          efatyesno = "Yes"			   
				       }	
					
					} else { 
					   efatyesno = "Hayır"
					   if (Language == "English") { 
				          efatyesno = "No"			   
				       }   			 
					}	
					
				    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",efatyesno,"12px","#EFEFEF")				 				
			
				} 
				
			} 
				
		   document.getElementById('orderbankact').innerHTML = bankacttitle	 
		   
		   rowD = tablebank.insertRow(bankrowCount);
		   
		   if (Language == "English") { 
		        AddCell(rowD.insertCell(0),"center","middle","18%","30px","0px","Bank Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Branch Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(2),"center","middle","15%","30px","0px","Branch Code","12px","#CCCCCC")
		        AddCell(rowD.insertCell(3),"center","middle","17%","30px","0px","Account Number","12px","#CCCCCC")
		        AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","IBAN Number","12px","#CCCCCC")
				
				rowD = tablebank.insertRow(bankrowCount +1);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Yapi Kredi Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","744","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","44601563","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")
				
				rowD = tablebank.insertRow(bankrowCount +2);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Halk Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","9862","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","10260865","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")			
				
			
		   } else {
		       AddCell(rowD.insertCell(0),"center","middle","19%","30px","0px","Banka İsmi","12px","#CCCCCC")
		       AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Şube Adı","12px","#CCCCCC")
		       AddCell(rowD.insertCell(2),"center","middle","13%","30px","0px","Şube Kodu","12px","#CCCCCC")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","0px","Hesap Numarası","12px","#CCCCCC")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","İban Numarası","12px","#CCCCCC")	
			   
			   rowD = tablebank.insertRow(bankrowCount +1);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Yapı Kredi Bankası","11px","#EFEFEF")
		       AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		       AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","744","11px","#EFEFEF")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","44601563","11px","#EFEFEF")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")	 
			   
			   rowD = tablebank.insertRow(bankrowCount +2);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Halk Bankası","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","9862","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","10260865","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")  
		   } 	   
		 
		   document.getElementById('orderinfo').style.display = "block"
		   document.getElementById('orderinfo').style.background = "#000" 
		   document.getElementById('orderinfo').style.color = "#0FF" 		  
		   
		   if (deletes == "True") { 		   
			 document.getElementById('orderinfo').style.background = "#900" 
			 document.getElementById('orderinfo').style.color = "#FFF" 
		   }
		   
		   document.getElementById('orderinfo').innerHTML = orderinfo  
		
		} 
			
    
   
        Value = 'UWTV2024021'
		if (refnovalue == Value) { 
		   document.getElementById("contractbuts").style.display = "block";  
		   document.getElementById("printdoc").style.display = "block";   
		   document.getElementById("orderdelivery").style.display = "block";
		   document.getElementById("orderinvoice").style.display = "block";  
		   document.getElementById("orderbankact").style.display = "block";  
		   document.getElementById("orderconttitle").style.display = "block";    
		   
		   orderinfo = 'Bu siparişe ait Mail Order formu bekleniyor !'
		   deletes ='False'    
		   mnglink = ''  
		   paymenttype = 'Mail Order' 
		   deliveryname = 'MAHMUT YEŞİLYURT'		   
		   
		   document.getElementById("unrecdate").innerHTML = 'Tarih : 22.02.2024 21:09:16' 
		   if (Language == "English") { 
		     document.getElementById("unrecdate").innerHTML = 'Date : 22.02.2024 21:09:16'
		   }   		   
		    
		   document.getElementById('paymenttypelbl').style.display = "block" 
		   var namesurtitle = "Adı / Soyadı"
		   var adrestitle = "Adres" 
		   var phonetitle = "Telefon"
		   var idnumber = "T.C. Kimlik No"
		   var cargofirm = "Kargo Firması"	
		   var cargodurum = "Kargo Durumu"	
		   var cargoname = 'Yurtiçi Kargo' 
		   var cargolink = ""
		   var cargobackgnd = "#FF9F9F"  
		   
		   if (cargoname == "Ücretsiz MNG Kargo" || cargoname == "Free shipping with MNG cargo") {
		      cargolink = "https://kargotakip.mngkargo.com.tr/?takipNo=" 	 
		   }
		   
		   if (cargoname == "Aras Kargo" || cargoname == "Aras Cargo") {
		      cargolink = "http://kargotakip.araskargo.com.tr/mainpage.aspx?code=" 			  
		   }
		   
		   if (cargoname == "Sürat Kargo" || cargoname == "Surat Cargo") {
		      cargolink = "http://suratkargo.com.tr/KargoTakip?kargotakipno" 			  
		   }
		   
		   if (cargoname == "Yurtiçi Kargo" || cargoname == "Yurtici Cargo") {
		      cargolink = "https://www.yurticikargo.com/" 			 
		   }
		   	 	    
		   var invocetitle = "Fatura Bilgileri"
		   var owntitle = "Faturam kişisel ve teslimat bilgilerimle kesilsin."
		   var bankacttitle = "Banka Hesap Bilgileri  &nbsp; &nbsp; HESAP ADI : EGS ELEKTRONIK"	
		   var contsign = "ALICI : "   
		   
		    if (Language == "English") { 
	           document.getElementById('paymenttypelbl').innerHTML = "Payment Method : " + paymenttype	
			   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
			   contsign = "BUYER : "
			   invocetitle = "Invoice Information"
			   owntitle = "Invoice will be issued with my personal and delivery info."
			   namesurtitle = "Name / Surname"	
			   adrestitle = "Address"
			   phonetitle = "Phone Number"
			   idnumber = "Identification No"
			   cargofirm = "Cargo Firm"
			   cargodurum = "Shipping Status"
			   bankacttitle = "Bank Account Information &nbsp; &nbsp; ACCOUNT NAME : EGS ELEKTRONIK"
			   if (mnglink != "") {
			        cargobackgnd = "#A4FFA4"
		            mnglink = 'Shipped <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Tracking number : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
			   }  else {
			        mnglink = 'No action taken <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		 
		       }			 
			   
	        }  else {	
			    if (mnglink != "") {
				    cargobackgnd = "#A4FFA4"
		            mnglink = 'Kargoya verildi <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Takip numarası : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
				}  else {
			        mnglink = 'Hiç bir işlem yapılmadı <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		
		        }
				
	           document.getElementById('paymenttypelbl').innerHTML = "Ödeme Şekli : " + paymenttype	
			   
	 
	        } 	
			
			var rowD = tabledlw.insertRow(tdrowCount);		   		 	   
			//var cellD = rowD.insertCell(0);	
			rowD = tabledlw.insertRow(tdrowCount);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",namesurtitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'MAHMUT YEŞİLYURT' ,"12px","#EFEFEF")
			document.getElementById('contratname').innerHTML = 'MAHMUT YEŞİLYURT'
			document.getElementById('buyer').innerHTML = contsign + 'MAHMUT YEŞİLYURT'
			
			rowD = tabledlw.insertRow(tdrowCount +1);
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",adrestitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'Sönmez Holding-STA Kompozit Dumlupınar OSB Mahallesi, İstanbul Caddesi, No:568 OSMANGAZİ/BURSA BURSA<br />Osmangazi / Bursa / Türkiye' ,"12px","#EFEFEF")
			document.getElementById('contratadr').innerHTML = 'Sönmez Holding-STA Kompozit Dumlupınar OSB Mahallesi, İstanbul Caddesi, No:568 OSMANGAZİ/BURSA BURSA<br />Osmangazi / Bursa / Türkiye'
			
			rowD = tabledlw.insertRow(tdrowCount +2);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",phonetitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'05353121671' ,"12px","#EFEFEF")
			document.getElementById('contrattlf').innerHTML = '05353121671'
			
			rowD = tabledlw.insertRow(tdrowCount +3);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",idnumber,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'52204425622' ,"12px","#EFEFEF")
			document.getElementById('contratmail').innerHTML = 'myesilyurt@stacomposites.com' 
			document.getElementById('inv3').innerHTML = paymenttype	
			document.getElementById('contratdeliveryadr').innerHTML ='Sönmez Holding-STA Kompozit Dumlupınar OSB Mahallesi, İstanbul Caddesi, No:568 OSMANGAZİ/BURSA BURSA<br />Osmangazi / Bursa / Türkiye' 
			document.getElementById('contratdeliveryname').innerHTML = 'MAHMUT YEŞİLYURT'  
			 	
			rowD = tabledlw.insertRow(tdrowCount +4);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargofirm,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",cargoname,"12px","#EFEFEF")
			
				
			rowD = tabledlw.insertRow(tdrowCount +5);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargodurum,"12px",cargobackgnd)
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",mnglink,"12px","#EFEFEF")	
				
			// OWNINVOCE true INVOICETYPE true bireysel kendime
			// OWNINVOCE false INVOICETYPE false kurumsal
			// OWNINVOCE false INVOICETYPE true bireysel başkasına
					 
			if ('True' == "True") { 			   
			    document.getElementById('orderinvoice').innerHTML = owntitle 
				document.getElementById('contratbill').innerHTML = 'Sönmez Holding-STA Kompozit Dumlupınar OSB Mahallesi, İstanbul Caddesi, No:568 OSMANGAZİ/BURSA BURSA<br />Osmangazi / Bursa / Türkiye' 
				
				
			} else {
			
			    document.getElementById('contratbill').innerHTML = '<br /> /  / ' 
			    document.getElementById('orderinvoice').innerHTML = invocetitle
			    var invns = "Adı / Soyadı"
				var invadr = "Adres"
				var invphn = "Telefon"
				var invverno = "Vergi No"
				var invverda = "Vergi Dairesi"
				var efatura = "E-Fatura"
				 
			    if ('True' == "True") { 
				    //  Biresel Başkasına
					if (Language == "English") { 
				        invns = "Name / Surname"			   
				    }					 
				 
				} else { 	  
                    //  Kurumsal
					invns = "Ticari Ünvan"
					if (Language == "English") { 
				        invns = "Company Name"			   
				    }
			    
			    }
				
				if (Language == "English") { 
				    invadr = "Address" 
					invphn = "Phone Number"  
					invverno = "Tax No"
					invverda = "Tax Office" 
					efatura = "E-Invoice"	   
				}
				
				rowD = tableInvoice.insertRow(inrowCount);	
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invns,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +1);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invadr,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'<br /> /  / ' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +2);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invphn,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")			
				
				 //////////////////////////////////////////
				
				if (invns == "Ticari Ünvan" || invns == "Company Name") { 
				
				   rowD = tableInvoice.insertRow(inrowCount +3);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverno,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +4);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverda,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +5);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",efatura,"12px","#EFEFEF")	      
				
					var efatyesno = ""
					
					if ('False' == "True") { 
					   efatyesno = "Evet"
					   if (Language == "English") { 
				          efatyesno = "Yes"			   
				       }	
					
					} else { 
					   efatyesno = "Hayır"
					   if (Language == "English") { 
				          efatyesno = "No"			   
				       }   			 
					}	
					
				    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",efatyesno,"12px","#EFEFEF")				 				
			
				} 
				
			} 
				
		   document.getElementById('orderbankact').innerHTML = bankacttitle	 
		   
		   rowD = tablebank.insertRow(bankrowCount);
		   
		   if (Language == "English") { 
		        AddCell(rowD.insertCell(0),"center","middle","18%","30px","0px","Bank Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Branch Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(2),"center","middle","15%","30px","0px","Branch Code","12px","#CCCCCC")
		        AddCell(rowD.insertCell(3),"center","middle","17%","30px","0px","Account Number","12px","#CCCCCC")
		        AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","IBAN Number","12px","#CCCCCC")
				
				rowD = tablebank.insertRow(bankrowCount +1);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Yapi Kredi Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","744","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","44601563","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")
				
				rowD = tablebank.insertRow(bankrowCount +2);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Halk Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","9862","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","10260865","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")			
				
			
		   } else {
		       AddCell(rowD.insertCell(0),"center","middle","19%","30px","0px","Banka İsmi","12px","#CCCCCC")
		       AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Şube Adı","12px","#CCCCCC")
		       AddCell(rowD.insertCell(2),"center","middle","13%","30px","0px","Şube Kodu","12px","#CCCCCC")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","0px","Hesap Numarası","12px","#CCCCCC")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","İban Numarası","12px","#CCCCCC")	
			   
			   rowD = tablebank.insertRow(bankrowCount +1);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Yapı Kredi Bankası","11px","#EFEFEF")
		       AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		       AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","744","11px","#EFEFEF")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","44601563","11px","#EFEFEF")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")	 
			   
			   rowD = tablebank.insertRow(bankrowCount +2);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Halk Bankası","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","9862","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","10260865","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")  
		   } 	   
		 
		   document.getElementById('orderinfo').style.display = "block"
		   document.getElementById('orderinfo').style.background = "#000" 
		   document.getElementById('orderinfo').style.color = "#0FF" 		  
		   
		   if (deletes == "True") { 		   
			 document.getElementById('orderinfo').style.background = "#900" 
			 document.getElementById('orderinfo').style.color = "#FFF" 
		   }
		   
		   document.getElementById('orderinfo').innerHTML = orderinfo  
		
		} 
			
    
   
        Value = 'UWTV2023071'
		if (refnovalue == Value) { 
		   document.getElementById("contractbuts").style.display = "block";  
		   document.getElementById("printdoc").style.display = "block";   
		   document.getElementById("orderdelivery").style.display = "block";
		   document.getElementById("orderinvoice").style.display = "block";  
		   document.getElementById("orderbankact").style.display = "block";  
		   document.getElementById("orderconttitle").style.display = "block";    
		   
		   orderinfo = 'Bu siparişe ait Mail Order formu bekleniyor !'
		   deletes ='False'    
		   mnglink = ''  
		   paymenttype = 'Mail Order' 
		   deliveryname = 'EMİR ÖZEN'		   
		   
		   document.getElementById("unrecdate").innerHTML = 'Tarih : 18.07.2023 14:05:54' 
		   if (Language == "English") { 
		     document.getElementById("unrecdate").innerHTML = 'Date : 18.07.2023 14:05:54'
		   }   		   
		    
		   document.getElementById('paymenttypelbl').style.display = "block" 
		   var namesurtitle = "Adı / Soyadı"
		   var adrestitle = "Adres" 
		   var phonetitle = "Telefon"
		   var idnumber = "T.C. Kimlik No"
		   var cargofirm = "Kargo Firması"	
		   var cargodurum = "Kargo Durumu"	
		   var cargoname = 'Ücretsiz MNG Kargo' 
		   var cargolink = ""
		   var cargobackgnd = "#FF9F9F"  
		   
		   if (cargoname == "Ücretsiz MNG Kargo" || cargoname == "Free shipping with MNG cargo") {
		      cargolink = "https://kargotakip.mngkargo.com.tr/?takipNo=" 	 
		   }
		   
		   if (cargoname == "Aras Kargo" || cargoname == "Aras Cargo") {
		      cargolink = "http://kargotakip.araskargo.com.tr/mainpage.aspx?code=" 			  
		   }
		   
		   if (cargoname == "Sürat Kargo" || cargoname == "Surat Cargo") {
		      cargolink = "http://suratkargo.com.tr/KargoTakip?kargotakipno" 			  
		   }
		   
		   if (cargoname == "Yurtiçi Kargo" || cargoname == "Yurtici Cargo") {
		      cargolink = "https://www.yurticikargo.com/" 			 
		   }
		   	 	    
		   var invocetitle = "Fatura Bilgileri"
		   var owntitle = "Faturam kişisel ve teslimat bilgilerimle kesilsin."
		   var bankacttitle = "Banka Hesap Bilgileri  &nbsp; &nbsp; HESAP ADI : EGS ELEKTRONIK"	
		   var contsign = "ALICI : "   
		   
		    if (Language == "English") { 
	           document.getElementById('paymenttypelbl').innerHTML = "Payment Method : " + paymenttype	
			   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
			   contsign = "BUYER : "
			   invocetitle = "Invoice Information"
			   owntitle = "Invoice will be issued with my personal and delivery info."
			   namesurtitle = "Name / Surname"	
			   adrestitle = "Address"
			   phonetitle = "Phone Number"
			   idnumber = "Identification No"
			   cargofirm = "Cargo Firm"
			   cargodurum = "Shipping Status"
			   bankacttitle = "Bank Account Information &nbsp; &nbsp; ACCOUNT NAME : EGS ELEKTRONIK"
			   if (mnglink != "") {
			        cargobackgnd = "#A4FFA4"
		            mnglink = 'Shipped <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Tracking number : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
			   }  else {
			        mnglink = 'No action taken <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		 
		       }			 
			   
	        }  else {	
			    if (mnglink != "") {
				    cargobackgnd = "#A4FFA4"
		            mnglink = 'Kargoya verildi <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Takip numarası : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
				}  else {
			        mnglink = 'Hiç bir işlem yapılmadı <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		
		        }
				
	           document.getElementById('paymenttypelbl').innerHTML = "Ödeme Şekli : " + paymenttype	
			   
	 
	        } 	
			
			var rowD = tabledlw.insertRow(tdrowCount);		   		 	   
			//var cellD = rowD.insertCell(0);	
			rowD = tabledlw.insertRow(tdrowCount);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",namesurtitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'EMİR ÖZEN' ,"12px","#EFEFEF")
			document.getElementById('contratname').innerHTML = 'EMİR ÖZEN'
			document.getElementById('buyer').innerHTML = contsign + 'EMİR ÖZEN'
			
			rowD = tabledlw.insertRow(tdrowCount +1);
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",adrestitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",' BEŞTEPE MAH.MECNUN SOK.NO:56 EYÜBOĞLU ERKEK ÖĞRENCİ YURT BİNASI<br />Yenimahalle / Ankara / Türkiye' ,"12px","#EFEFEF")
			document.getElementById('contratadr').innerHTML = ' BEŞTEPE MAH.MECNUN SOK.NO:56 EYÜBOĞLU ERKEK ÖĞRENCİ YURT BİNASI<br />Yenimahalle / Ankara / Türkiye'
			
			rowD = tabledlw.insertRow(tdrowCount +2);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",phonetitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'05398474147' ,"12px","#EFEFEF")
			document.getElementById('contrattlf').innerHTML = '05398474147'
			
			rowD = tabledlw.insertRow(tdrowCount +3);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",idnumber,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'21092623656' ,"12px","#EFEFEF")
			document.getElementById('contratmail').innerHTML = 'eyubogluogrenciyurdubestepe@gmail.com' 
			document.getElementById('inv3').innerHTML = paymenttype	
			document.getElementById('contratdeliveryadr').innerHTML =' BEŞTEPE MAH.MECNUN SOK.NO:56 EYÜBOĞLU ERKEK ÖĞRENCİ YURT BİNASI<br />Yenimahalle / Ankara / Türkiye' 
			document.getElementById('contratdeliveryname').innerHTML = 'EMİR ÖZEN'  
			 	
			rowD = tabledlw.insertRow(tdrowCount +4);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargofirm,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",cargoname,"12px","#EFEFEF")
			
				
			rowD = tabledlw.insertRow(tdrowCount +5);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargodurum,"12px",cargobackgnd)
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",mnglink,"12px","#EFEFEF")	
				
			// OWNINVOCE true INVOICETYPE true bireysel kendime
			// OWNINVOCE false INVOICETYPE false kurumsal
			// OWNINVOCE false INVOICETYPE true bireysel başkasına
					 
			if ('False' == "True") { 			   
			    document.getElementById('orderinvoice').innerHTML = owntitle 
				document.getElementById('contratbill').innerHTML = ' BEŞTEPE MAH.MECNUN SOK.NO:56 EYÜBOĞLU ERKEK ÖĞRENCİ YURT BİNASI<br />Yenimahalle / Ankara / Türkiye' 
				
				
			} else {
			
			    document.getElementById('contratbill').innerHTML = '  BEŞTEPE MAH.MECNUN SOK.NO:56 EYÜBOĞLU ERKEK ÖĞRENCİ YURT BİNASI<br />Yenimahalle / Ankara / Türkiye' 
			    document.getElementById('orderinvoice').innerHTML = invocetitle
			    var invns = "Adı / Soyadı"
				var invadr = "Adres"
				var invphn = "Telefon"
				var invverno = "Vergi No"
				var invverda = "Vergi Dairesi"
				var efatura = "E-Fatura"
				 
			    if ('True' == "True") { 
				    //  Biresel Başkasına
					if (Language == "English") { 
				        invns = "Name / Surname"			   
				    }					 
				 
				} else { 	  
                    //  Kurumsal
					invns = "Ticari Ünvan"
					if (Language == "English") { 
				        invns = "Company Name"			   
				    }
			    
			    }
				
				if (Language == "English") { 
				    invadr = "Address" 
					invphn = "Phone Number"  
					invverno = "Tax No"
					invverda = "Tax Office" 
					efatura = "E-Invoice"	   
				}
				
				rowD = tableInvoice.insertRow(inrowCount);	
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invns,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'EYÜBOĞLU GRP.İNŞ.TAAH.SAN. VE TİC.AŞ.' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +1);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invadr,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'  BEŞTEPE MAH.MECNUN SOK.NO:56 EYÜBOĞLU ERKEK ÖĞRENCİ YURT BİNASI<br />Yenimahalle / Ankara / Türkiye' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +2);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invphn,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'05398474147' ,"12px","#EFEFEF")			
				
				 //////////////////////////////////////////
				
				if (invns == "Ticari Ünvan" || invns == "Company Name") { 
				
				   rowD = tableInvoice.insertRow(inrowCount +3);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverno,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +4);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverda,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +5);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",efatura,"12px","#EFEFEF")	      
				
					var efatyesno = ""
					
					if ('False' == "True") { 
					   efatyesno = "Evet"
					   if (Language == "English") { 
				          efatyesno = "Yes"			   
				       }	
					
					} else { 
					   efatyesno = "Hayır"
					   if (Language == "English") { 
				          efatyesno = "No"			   
				       }   			 
					}	
					
				    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",efatyesno,"12px","#EFEFEF")				 				
			
				} 
				
			} 
				
		   document.getElementById('orderbankact').innerHTML = bankacttitle	 
		   
		   rowD = tablebank.insertRow(bankrowCount);
		   
		   if (Language == "English") { 
		        AddCell(rowD.insertCell(0),"center","middle","18%","30px","0px","Bank Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Branch Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(2),"center","middle","15%","30px","0px","Branch Code","12px","#CCCCCC")
		        AddCell(rowD.insertCell(3),"center","middle","17%","30px","0px","Account Number","12px","#CCCCCC")
		        AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","IBAN Number","12px","#CCCCCC")
				
				rowD = tablebank.insertRow(bankrowCount +1);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Yapi Kredi Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","744","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","44601563","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")
				
				rowD = tablebank.insertRow(bankrowCount +2);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Halk Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","9862","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","10260865","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")			
				
			
		   } else {
		       AddCell(rowD.insertCell(0),"center","middle","19%","30px","0px","Banka İsmi","12px","#CCCCCC")
		       AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Şube Adı","12px","#CCCCCC")
		       AddCell(rowD.insertCell(2),"center","middle","13%","30px","0px","Şube Kodu","12px","#CCCCCC")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","0px","Hesap Numarası","12px","#CCCCCC")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","İban Numarası","12px","#CCCCCC")	
			   
			   rowD = tablebank.insertRow(bankrowCount +1);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Yapı Kredi Bankası","11px","#EFEFEF")
		       AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		       AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","744","11px","#EFEFEF")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","44601563","11px","#EFEFEF")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")	 
			   
			   rowD = tablebank.insertRow(bankrowCount +2);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Halk Bankası","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","9862","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","10260865","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")  
		   } 	   
		 
		   document.getElementById('orderinfo').style.display = "block"
		   document.getElementById('orderinfo').style.background = "#000" 
		   document.getElementById('orderinfo').style.color = "#0FF" 		  
		   
		   if (deletes == "True") { 		   
			 document.getElementById('orderinfo').style.background = "#900" 
			 document.getElementById('orderinfo').style.color = "#FFF" 
		   }
		   
		   document.getElementById('orderinfo').innerHTML = orderinfo  
		
		} 
			
    
   
        Value = 'UWTV2021033'
		if (refnovalue == Value) { 
		   document.getElementById("contractbuts").style.display = "block";  
		   document.getElementById("printdoc").style.display = "block";   
		   document.getElementById("orderdelivery").style.display = "block";
		   document.getElementById("orderinvoice").style.display = "block";  
		   document.getElementById("orderbankact").style.display = "block";  
		   document.getElementById("orderconttitle").style.display = "block";    
		   
		   orderinfo = 'Bu siparişe ait ödeme bilgisi bekleniyor !'
		   deletes ='False'    
		   mnglink = ''  
		   paymenttype = 'Banka Havale' 
		   deliveryname = 'egs elektronik ltd.şti'		   
		   
		   document.getElementById("unrecdate").innerHTML = 'Tarih : 21.03.2021 22:50:03' 
		   if (Language == "English") { 
		     document.getElementById("unrecdate").innerHTML = 'Date : 21.03.2021 22:50:03'
		   }   		   
		    
		   document.getElementById('paymenttypelbl').style.display = "block" 
		   var namesurtitle = "Adı / Soyadı"
		   var adrestitle = "Adres" 
		   var phonetitle = "Telefon"
		   var idnumber = "T.C. Kimlik No"
		   var cargofirm = "Kargo Firması"	
		   var cargodurum = "Kargo Durumu"	
		   var cargoname = 'Ücretsiz MNG Kargo' 
		   var cargolink = ""
		   var cargobackgnd = "#FF9F9F"  
		   
		   if (cargoname == "Ücretsiz MNG Kargo" || cargoname == "Free shipping with MNG cargo") {
		      cargolink = "https://kargotakip.mngkargo.com.tr/?takipNo=" 	 
		   }
		   
		   if (cargoname == "Aras Kargo" || cargoname == "Aras Cargo") {
		      cargolink = "http://kargotakip.araskargo.com.tr/mainpage.aspx?code=" 			  
		   }
		   
		   if (cargoname == "Sürat Kargo" || cargoname == "Surat Cargo") {
		      cargolink = "http://suratkargo.com.tr/KargoTakip?kargotakipno" 			  
		   }
		   
		   if (cargoname == "Yurtiçi Kargo" || cargoname == "Yurtici Cargo") {
		      cargolink = "https://www.yurticikargo.com/" 			 
		   }
		   	 	    
		   var invocetitle = "Fatura Bilgileri"
		   var owntitle = "Faturam kişisel ve teslimat bilgilerimle kesilsin."
		   var bankacttitle = "Banka Hesap Bilgileri  &nbsp; &nbsp; HESAP ADI : EGS ELEKTRONIK"	
		   var contsign = "ALICI : "   
		   
		    if (Language == "English") { 
	           document.getElementById('paymenttypelbl').innerHTML = "Payment Method : " + paymenttype	
			   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
			   contsign = "BUYER : "
			   invocetitle = "Invoice Information"
			   owntitle = "Invoice will be issued with my personal and delivery info."
			   namesurtitle = "Name / Surname"	
			   adrestitle = "Address"
			   phonetitle = "Phone Number"
			   idnumber = "Identification No"
			   cargofirm = "Cargo Firm"
			   cargodurum = "Shipping Status"
			   bankacttitle = "Bank Account Information &nbsp; &nbsp; ACCOUNT NAME : EGS ELEKTRONIK"
			   if (mnglink != "") {
			        cargobackgnd = "#A4FFA4"
		            mnglink = 'Shipped <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Tracking number : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
			   }  else {
			        mnglink = 'No action taken <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		 
		       }			 
			   
	        }  else {	
			    if (mnglink != "") {
				    cargobackgnd = "#A4FFA4"
		            mnglink = 'Kargoya verildi <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Takip numarası : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
				}  else {
			        mnglink = 'Hiç bir işlem yapılmadı <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		
		        }
				
	           document.getElementById('paymenttypelbl').innerHTML = "Ödeme Şekli : " + paymenttype	
			   
	 
	        } 	
			
			var rowD = tabledlw.insertRow(tdrowCount);		   		 	   
			//var cellD = rowD.insertCell(0);	
			rowD = tabledlw.insertRow(tdrowCount);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",namesurtitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'egs elektronik ltd.şti' ,"12px","#EFEFEF")
			document.getElementById('contratname').innerHTML = 'ÖZLEM SEZER'
			document.getElementById('buyer').innerHTML = contsign + 'ÖZLEM SEZER'
			
			rowD = tabledlw.insertRow(tdrowCount +1);
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",adrestitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'denizciler mh. 21.sk. No:13/a<br />İskenderun / Hatay / Türkiye' ,"12px","#EFEFEF")
			document.getElementById('contratadr').innerHTML = 'denizciler mh. 21.sk. No:13/a<br />İskenderun / Hatay / Türkiye'
			
			rowD = tabledlw.insertRow(tdrowCount +2);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",phonetitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'03266452408' ,"12px","#EFEFEF")
			document.getElementById('contrattlf').innerHTML = '02163495549'
			
			rowD = tabledlw.insertRow(tdrowCount +3);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",idnumber,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'00000000000' ,"12px","#EFEFEF")
			document.getElementById('contratmail').innerHTML = 'electrosec@electrosec.com' 
			document.getElementById('inv3').innerHTML = paymenttype	
			document.getElementById('contratdeliveryadr').innerHTML ='denizciler mh. 21.sk. No:13/a<br />İskenderun / Hatay / Türkiye' 
			document.getElementById('contratdeliveryname').innerHTML = 'egs elektronik ltd.şti'  
			 	
			rowD = tabledlw.insertRow(tdrowCount +4);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargofirm,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",cargoname,"12px","#EFEFEF")
			
				
			rowD = tabledlw.insertRow(tdrowCount +5);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargodurum,"12px",cargobackgnd)
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",mnglink,"12px","#EFEFEF")	
				
			// OWNINVOCE true INVOICETYPE true bireysel kendime
			// OWNINVOCE false INVOICETYPE false kurumsal
			// OWNINVOCE false INVOICETYPE true bireysel başkasına
					 
			if ('False' == "True") { 			   
			    document.getElementById('orderinvoice').innerHTML = owntitle 
				document.getElementById('contratbill').innerHTML = 'denizciler mh. 21.sk. No:13/a<br />İskenderun / Hatay / Türkiye' 
				
				
			} else {
			
			    document.getElementById('contratbill').innerHTML = 'Seber Teknoloji  Osmanağa Mah. Misak-ı Milli Sok. No:42 D:1 Kadıköy<br />Ağın / Elazığ / Türkiye' 
			    document.getElementById('orderinvoice').innerHTML = invocetitle
			    var invns = "Adı / Soyadı"
				var invadr = "Adres"
				var invphn = "Telefon"
				var invverno = "Vergi No"
				var invverda = "Vergi Dairesi"
				var efatura = "E-Fatura"
				 
			    if ('True' == "True") { 
				    //  Biresel Başkasına
					if (Language == "English") { 
				        invns = "Name / Surname"			   
				    }					 
				 
				} else { 	  
                    //  Kurumsal
					invns = "Ticari Ünvan"
					if (Language == "English") { 
				        invns = "Company Name"			   
				    }
			    
			    }
				
				if (Language == "English") { 
				    invadr = "Address" 
					invphn = "Phone Number"  
					invverno = "Tax No"
					invverda = "Tax Office" 
					efatura = "E-Invoice"	   
				}
				
				rowD = tableInvoice.insertRow(inrowCount);	
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invns,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'ÖZLEM SEZER' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +1);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invadr,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'Seber Teknoloji  Osmanağa Mah. Misak-ı Milli Sok. No:42 D:1 Kadıköy<br />Ağın / Elazığ / Türkiye' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +2);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invphn,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'02163495549' ,"12px","#EFEFEF")			
				
				 //////////////////////////////////////////
				
				if (invns == "Ticari Ünvan" || invns == "Company Name") { 
				
				   rowD = tableInvoice.insertRow(inrowCount +3);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverno,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +4);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverda,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +5);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",efatura,"12px","#EFEFEF")	      
				
					var efatyesno = ""
					
					if ('False' == "True") { 
					   efatyesno = "Evet"
					   if (Language == "English") { 
				          efatyesno = "Yes"			   
				       }	
					
					} else { 
					   efatyesno = "Hayır"
					   if (Language == "English") { 
				          efatyesno = "No"			   
				       }   			 
					}	
					
				    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",efatyesno,"12px","#EFEFEF")				 				
			
				} 
				
			} 
				
		   document.getElementById('orderbankact').innerHTML = bankacttitle	 
		   
		   rowD = tablebank.insertRow(bankrowCount);
		   
		   if (Language == "English") { 
		        AddCell(rowD.insertCell(0),"center","middle","18%","30px","0px","Bank Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Branch Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(2),"center","middle","15%","30px","0px","Branch Code","12px","#CCCCCC")
		        AddCell(rowD.insertCell(3),"center","middle","17%","30px","0px","Account Number","12px","#CCCCCC")
		        AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","IBAN Number","12px","#CCCCCC")
				
				rowD = tablebank.insertRow(bankrowCount +1);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Yapi Kredi Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","744","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","44601563","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")
				
				rowD = tablebank.insertRow(bankrowCount +2);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Halk Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","9862","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","10260865","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")			
				
			
		   } else {
		       AddCell(rowD.insertCell(0),"center","middle","19%","30px","0px","Banka İsmi","12px","#CCCCCC")
		       AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Şube Adı","12px","#CCCCCC")
		       AddCell(rowD.insertCell(2),"center","middle","13%","30px","0px","Şube Kodu","12px","#CCCCCC")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","0px","Hesap Numarası","12px","#CCCCCC")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","İban Numarası","12px","#CCCCCC")	
			   
			   rowD = tablebank.insertRow(bankrowCount +1);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Yapı Kredi Bankası","11px","#EFEFEF")
		       AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		       AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","744","11px","#EFEFEF")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","44601563","11px","#EFEFEF")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")	 
			   
			   rowD = tablebank.insertRow(bankrowCount +2);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Halk Bankası","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","9862","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","10260865","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")  
		   } 	   
		 
		   document.getElementById('orderinfo').style.display = "block"
		   document.getElementById('orderinfo').style.background = "#000" 
		   document.getElementById('orderinfo').style.color = "#0FF" 		  
		   
		   if (deletes == "True") { 		   
			 document.getElementById('orderinfo').style.background = "#900" 
			 document.getElementById('orderinfo').style.color = "#FFF" 
		   }
		   
		   document.getElementById('orderinfo').innerHTML = orderinfo  
		
		} 
			
    
   
        Value = 'UWTV2020011'
		if (refnovalue == Value) { 
		   document.getElementById("contractbuts").style.display = "block";  
		   document.getElementById("printdoc").style.display = "block";   
		   document.getElementById("orderdelivery").style.display = "block";
		   document.getElementById("orderinvoice").style.display = "block";  
		   document.getElementById("orderbankact").style.display = "block";  
		   document.getElementById("orderconttitle").style.display = "block";    
		   
		   orderinfo = 'Bu siparişe ait ödeme bilgisi bekleniyor.'
		   deletes ='False'    
		   mnglink = ''  
		   paymenttype = 'Banka Havale' 
		   deliveryname = 'Cem Akarsu '		   
		   
		   document.getElementById("unrecdate").innerHTML = 'Tarih : 6.01.2020 14:00:29' 
		   if (Language == "English") { 
		     document.getElementById("unrecdate").innerHTML = 'Date : 6.01.2020 14:00:29'
		   }   		   
		    
		   document.getElementById('paymenttypelbl').style.display = "block" 
		   var namesurtitle = "Adı / Soyadı"
		   var adrestitle = "Adres" 
		   var phonetitle = "Telefon"
		   var idnumber = "T.C. Kimlik No"
		   var cargofirm = "Kargo Firması"	
		   var cargodurum = "Kargo Durumu"	
		   var cargoname = 'Ücretsiz MNG Kargo' 
		   var cargolink = ""
		   var cargobackgnd = "#FF9F9F"  
		   
		   if (cargoname == "Ücretsiz MNG Kargo" || cargoname == "Free shipping with MNG cargo") {
		      cargolink = "https://kargotakip.mngkargo.com.tr/?takipNo=" 	 
		   }
		   
		   if (cargoname == "Aras Kargo" || cargoname == "Aras Cargo") {
		      cargolink = "http://kargotakip.araskargo.com.tr/mainpage.aspx?code=" 			  
		   }
		   
		   if (cargoname == "Sürat Kargo" || cargoname == "Surat Cargo") {
		      cargolink = "http://suratkargo.com.tr/KargoTakip?kargotakipno" 			  
		   }
		   
		   if (cargoname == "Yurtiçi Kargo" || cargoname == "Yurtici Cargo") {
		      cargolink = "https://www.yurticikargo.com/" 			 
		   }
		   	 	    
		   var invocetitle = "Fatura Bilgileri"
		   var owntitle = "Faturam kişisel ve teslimat bilgilerimle kesilsin."
		   var bankacttitle = "Banka Hesap Bilgileri  &nbsp; &nbsp; HESAP ADI : EGS ELEKTRONIK"	
		   var contsign = "ALICI : "   
		   
		    if (Language == "English") { 
	           document.getElementById('paymenttypelbl').innerHTML = "Payment Method : " + paymenttype	
			   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
			   contsign = "BUYER : "
			   invocetitle = "Invoice Information"
			   owntitle = "Invoice will be issued with my personal and delivery info."
			   namesurtitle = "Name / Surname"	
			   adrestitle = "Address"
			   phonetitle = "Phone Number"
			   idnumber = "Identification No"
			   cargofirm = "Cargo Firm"
			   cargodurum = "Shipping Status"
			   bankacttitle = "Bank Account Information &nbsp; &nbsp; ACCOUNT NAME : EGS ELEKTRONIK"
			   if (mnglink != "") {
			        cargobackgnd = "#A4FFA4"
		            mnglink = 'Shipped <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Tracking number : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
			   }  else {
			        mnglink = 'No action taken <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		 
		       }			 
			   
	        }  else {	
			    if (mnglink != "") {
				    cargobackgnd = "#A4FFA4"
		            mnglink = 'Kargoya verildi <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Takip numarası : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
				}  else {
			        mnglink = 'Hiç bir işlem yapılmadı <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		
		        }
				
	           document.getElementById('paymenttypelbl').innerHTML = "Ödeme Şekli : " + paymenttype	
			   
	 
	        } 	
			
			var rowD = tabledlw.insertRow(tdrowCount);		   		 	   
			//var cellD = rowD.insertCell(0);	
			rowD = tabledlw.insertRow(tdrowCount);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",namesurtitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'Cem Akarsu ' ,"12px","#EFEFEF")
			document.getElementById('contratname').innerHTML = 'Cem Akarsu'
			document.getElementById('buyer').innerHTML = contsign + 'Cem Akarsu'
			
			rowD = tabledlw.insertRow(tdrowCount +1);
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",adrestitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",' Özel Ankara Tüp Bebek Merkezi Çetin Emeç Bulvarı Lizbon Caddesi no 2/A<br />Çankaya  / Ankara / Türkiye' ,"12px","#EFEFEF")
			document.getElementById('contratadr').innerHTML = ' Özel Ankara Tüp Bebek Merkezi Çetin Emeç Bulvarı Lizbon Caddesi no 2/A<br />Çankaya  / Ankara / Türkiye'
			
			rowD = tabledlw.insertRow(tdrowCount +2);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",phonetitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'03124723334' ,"12px","#EFEFEF")
			document.getElementById('contrattlf').innerHTML = '05327835044'
			
			rowD = tabledlw.insertRow(tdrowCount +3);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",idnumber,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'12619103126' ,"12px","#EFEFEF")
			document.getElementById('contratmail').innerHTML = 'akarsu.cem@gmail.com' 
			document.getElementById('inv3').innerHTML = paymenttype	
			document.getElementById('contratdeliveryadr').innerHTML =' Özel Ankara Tüp Bebek Merkezi Çetin Emeç Bulvarı Lizbon Caddesi no 2/A<br />Çankaya  / Ankara / Türkiye' 
			document.getElementById('contratdeliveryname').innerHTML = 'Cem Akarsu '  
			 	
			rowD = tabledlw.insertRow(tdrowCount +4);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargofirm,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",cargoname,"12px","#EFEFEF")
			
				
			rowD = tabledlw.insertRow(tdrowCount +5);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargodurum,"12px",cargobackgnd)
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",mnglink,"12px","#EFEFEF")	
				
			// OWNINVOCE true INVOICETYPE true bireysel kendime
			// OWNINVOCE false INVOICETYPE false kurumsal
			// OWNINVOCE false INVOICETYPE true bireysel başkasına
					 
			if ('False' == "True") { 			   
			    document.getElementById('orderinvoice').innerHTML = owntitle 
				document.getElementById('contratbill').innerHTML = ' Özel Ankara Tüp Bebek Merkezi Çetin Emeç Bulvarı Lizbon Caddesi no 2/A<br />Çankaya  / Ankara / Türkiye' 
				
				
			} else {
			
			    document.getElementById('contratbill').innerHTML = ' Çetin Emeç Bulvarı Lizbon Caddesi no 2/A<br />Çankaya  / Ankara / Türkiye' 
			    document.getElementById('orderinvoice').innerHTML = invocetitle
			    var invns = "Adı / Soyadı"
				var invadr = "Adres"
				var invphn = "Telefon"
				var invverno = "Vergi No"
				var invverda = "Vergi Dairesi"
				var efatura = "E-Fatura"
				 
			    if ('False' == "True") { 
				    //  Biresel Başkasına
					if (Language == "English") { 
				        invns = "Name / Surname"			   
				    }					 
				 
				} else { 	  
                    //  Kurumsal
					invns = "Ticari Ünvan"
					if (Language == "English") { 
				        invns = "Company Name"			   
				    }
			    
			    }
				
				if (Language == "English") { 
				    invadr = "Address" 
					invphn = "Phone Number"  
					invverno = "Tax No"
					invverda = "Tax Office" 
					efatura = "E-Invoice"	   
				}
				
				rowD = tableInvoice.insertRow(inrowCount);	
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invns,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'Ankara Tüpbebek Sağlık Hizmetleri Tic AS' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +1);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invadr,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",' Çetin Emeç Bulvarı Lizbon Caddesi no 2/A<br />Çankaya  / Ankara / Türkiye' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +2);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invphn,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'03124723334' ,"12px","#EFEFEF")			
				
				 //////////////////////////////////////////
				
				if (invns == "Ticari Ünvan" || invns == "Company Name") { 
				
				   rowD = tableInvoice.insertRow(inrowCount +3);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverno,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'0690269067' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +4);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverda,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'Başkent' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +5);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",efatura,"12px","#EFEFEF")	      
				
					var efatyesno = ""
					
					if ('False' == "True") { 
					   efatyesno = "Evet"
					   if (Language == "English") { 
				          efatyesno = "Yes"			   
				       }	
					
					} else { 
					   efatyesno = "Hayır"
					   if (Language == "English") { 
				          efatyesno = "No"			   
				       }   			 
					}	
					
				    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",efatyesno,"12px","#EFEFEF")				 				
			
				} 
				
			} 
				
		   document.getElementById('orderbankact').innerHTML = bankacttitle	 
		   
		   rowD = tablebank.insertRow(bankrowCount);
		   
		   if (Language == "English") { 
		        AddCell(rowD.insertCell(0),"center","middle","18%","30px","0px","Bank Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Branch Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(2),"center","middle","15%","30px","0px","Branch Code","12px","#CCCCCC")
		        AddCell(rowD.insertCell(3),"center","middle","17%","30px","0px","Account Number","12px","#CCCCCC")
		        AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","IBAN Number","12px","#CCCCCC")
				
				rowD = tablebank.insertRow(bankrowCount +1);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Yapi Kredi Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","744","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","44601563","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")
				
				rowD = tablebank.insertRow(bankrowCount +2);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Halk Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","9862","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","10260865","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")			
				
			
		   } else {
		       AddCell(rowD.insertCell(0),"center","middle","19%","30px","0px","Banka İsmi","12px","#CCCCCC")
		       AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Şube Adı","12px","#CCCCCC")
		       AddCell(rowD.insertCell(2),"center","middle","13%","30px","0px","Şube Kodu","12px","#CCCCCC")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","0px","Hesap Numarası","12px","#CCCCCC")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","İban Numarası","12px","#CCCCCC")	
			   
			   rowD = tablebank.insertRow(bankrowCount +1);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Yapı Kredi Bankası","11px","#EFEFEF")
		       AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		       AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","744","11px","#EFEFEF")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","44601563","11px","#EFEFEF")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")	 
			   
			   rowD = tablebank.insertRow(bankrowCount +2);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Halk Bankası","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","9862","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","10260865","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")  
		   } 	   
		 
		   document.getElementById('orderinfo').style.display = "block"
		   document.getElementById('orderinfo').style.background = "#000" 
		   document.getElementById('orderinfo').style.color = "#0FF" 		  
		   
		   if (deletes == "True") { 		   
			 document.getElementById('orderinfo').style.background = "#900" 
			 document.getElementById('orderinfo').style.color = "#FFF" 
		   }
		   
		   document.getElementById('orderinfo').innerHTML = orderinfo  
		
		} 
			
    
   
        Value = 'UWTV2018091'
		if (refnovalue == Value) { 
		   document.getElementById("contractbuts").style.display = "block";  
		   document.getElementById("printdoc").style.display = "block";   
		   document.getElementById("orderdelivery").style.display = "block";
		   document.getElementById("orderinvoice").style.display = "block";  
		   document.getElementById("orderbankact").style.display = "block";  
		   document.getElementById("orderconttitle").style.display = "block";    
		   
		   orderinfo = 'Bu siparişe ait ödeme bilgisi bekleniyor.'
		   deletes ='False'    
		   mnglink = ''  
		   paymenttype = 'Banka Havale' 
		   deliveryname = 'Doğanay karakaş'		   
		   
		   document.getElementById("unrecdate").innerHTML = 'Tarih : 13.09.2018 00:36:43' 
		   if (Language == "English") { 
		     document.getElementById("unrecdate").innerHTML = 'Date : 13.09.2018 00:36:43'
		   }   		   
		    
		   document.getElementById('paymenttypelbl').style.display = "block" 
		   var namesurtitle = "Adı / Soyadı"
		   var adrestitle = "Adres" 
		   var phonetitle = "Telefon"
		   var idnumber = "T.C. Kimlik No"
		   var cargofirm = "Kargo Firması"	
		   var cargodurum = "Kargo Durumu"	
		   var cargoname = 'Yurtiçi Kargo' 
		   var cargolink = ""
		   var cargobackgnd = "#FF9F9F"  
		   
		   if (cargoname == "Ücretsiz MNG Kargo" || cargoname == "Free shipping with MNG cargo") {
		      cargolink = "https://kargotakip.mngkargo.com.tr/?takipNo=" 	 
		   }
		   
		   if (cargoname == "Aras Kargo" || cargoname == "Aras Cargo") {
		      cargolink = "http://kargotakip.araskargo.com.tr/mainpage.aspx?code=" 			  
		   }
		   
		   if (cargoname == "Sürat Kargo" || cargoname == "Surat Cargo") {
		      cargolink = "http://suratkargo.com.tr/KargoTakip?kargotakipno" 			  
		   }
		   
		   if (cargoname == "Yurtiçi Kargo" || cargoname == "Yurtici Cargo") {
		      cargolink = "https://www.yurticikargo.com/" 			 
		   }
		   	 	    
		   var invocetitle = "Fatura Bilgileri"
		   var owntitle = "Faturam kişisel ve teslimat bilgilerimle kesilsin."
		   var bankacttitle = "Banka Hesap Bilgileri  &nbsp; &nbsp; HESAP ADI : EGS ELEKTRONIK"	
		   var contsign = "ALICI : "   
		   
		    if (Language == "English") { 
	           document.getElementById('paymenttypelbl').innerHTML = "Payment Method : " + paymenttype	
			   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
			   contsign = "BUYER : "
			   invocetitle = "Invoice Information"
			   owntitle = "Invoice will be issued with my personal and delivery info."
			   namesurtitle = "Name / Surname"	
			   adrestitle = "Address"
			   phonetitle = "Phone Number"
			   idnumber = "Identification No"
			   cargofirm = "Cargo Firm"
			   cargodurum = "Shipping Status"
			   bankacttitle = "Bank Account Information &nbsp; &nbsp; ACCOUNT NAME : EGS ELEKTRONIK"
			   if (mnglink != "") {
			        cargobackgnd = "#A4FFA4"
		            mnglink = 'Shipped <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Tracking number : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
			   }  else {
			        mnglink = 'No action taken <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		 
		       }			 
			   
	        }  else {	
			    if (mnglink != "") {
				    cargobackgnd = "#A4FFA4"
		            mnglink = 'Kargoya verildi <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Takip numarası : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
				}  else {
			        mnglink = 'Hiç bir işlem yapılmadı <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		
		        }
				
	           document.getElementById('paymenttypelbl').innerHTML = "Ödeme Şekli : " + paymenttype	
			   
	 
	        } 	
			
			var rowD = tabledlw.insertRow(tdrowCount);		   		 	   
			//var cellD = rowD.insertCell(0);	
			rowD = tabledlw.insertRow(tdrowCount);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",namesurtitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'Doğanay karakaş' ,"12px","#EFEFEF")
			document.getElementById('contratname').innerHTML = 'Doğanay karakaş'
			document.getElementById('buyer').innerHTML = contsign + 'Doğanay karakaş'
			
			rowD = tabledlw.insertRow(tdrowCount +1);
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",adrestitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",' Halilrıfatpaşa mah Perpa iş ticaret merkezi b blok kat 11 no 1844 Şişli ist <br />Şişli / İstanbul / Türkiye' ,"12px","#EFEFEF")
			document.getElementById('contratadr').innerHTML = ' Halilrıfatpaşa mah Perpa iş ticaret merkezi b blok kat 11 no 1844 Şişli ist <br />Şişli / İstanbul / Türkiye'
			
			rowD = tabledlw.insertRow(tdrowCount +2);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",phonetitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'05539324336' ,"12px","#EFEFEF")
			document.getElementById('contrattlf').innerHTML = '05539324336'
			
			rowD = tabledlw.insertRow(tdrowCount +3);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",idnumber,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'12118595248' ,"12px","#EFEFEF")
			document.getElementById('contratmail').innerHTML = 'cinardijital07@gmail.com' 
			document.getElementById('inv3').innerHTML = paymenttype	
			document.getElementById('contratdeliveryadr').innerHTML =' Halilrıfatpaşa mah Perpa iş ticaret merkezi b blok kat 11 no 1844 Şişli ist <br />Şişli / İstanbul / Türkiye' 
			document.getElementById('contratdeliveryname').innerHTML = 'Doğanay karakaş'  
			 	
			rowD = tabledlw.insertRow(tdrowCount +4);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargofirm,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",cargoname,"12px","#EFEFEF")
			
				
			rowD = tabledlw.insertRow(tdrowCount +5);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargodurum,"12px",cargobackgnd)
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",mnglink,"12px","#EFEFEF")	
				
			// OWNINVOCE true INVOICETYPE true bireysel kendime
			// OWNINVOCE false INVOICETYPE false kurumsal
			// OWNINVOCE false INVOICETYPE true bireysel başkasına
					 
			if ('True' == "True") { 			   
			    document.getElementById('orderinvoice').innerHTML = owntitle 
				document.getElementById('contratbill').innerHTML = ' Halilrıfatpaşa mah Perpa iş ticaret merkezi b blok kat 11 no 1844 Şişli ist <br />Şişli / İstanbul / Türkiye' 
				
				
			} else {
			
			    document.getElementById('contratbill').innerHTML = '<br /> /  / ' 
			    document.getElementById('orderinvoice').innerHTML = invocetitle
			    var invns = "Adı / Soyadı"
				var invadr = "Adres"
				var invphn = "Telefon"
				var invverno = "Vergi No"
				var invverda = "Vergi Dairesi"
				var efatura = "E-Fatura"
				 
			    if ('True' == "True") { 
				    //  Biresel Başkasına
					if (Language == "English") { 
				        invns = "Name / Surname"			   
				    }					 
				 
				} else { 	  
                    //  Kurumsal
					invns = "Ticari Ünvan"
					if (Language == "English") { 
				        invns = "Company Name"			   
				    }
			    
			    }
				
				if (Language == "English") { 
				    invadr = "Address" 
					invphn = "Phone Number"  
					invverno = "Tax No"
					invverda = "Tax Office" 
					efatura = "E-Invoice"	   
				}
				
				rowD = tableInvoice.insertRow(inrowCount);	
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invns,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +1);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invadr,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'<br /> /  / ' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +2);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invphn,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")			
				
				 //////////////////////////////////////////
				
				if (invns == "Ticari Ünvan" || invns == "Company Name") { 
				
				   rowD = tableInvoice.insertRow(inrowCount +3);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverno,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +4);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverda,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +5);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",efatura,"12px","#EFEFEF")	      
				
					var efatyesno = ""
					
					if ('False' == "True") { 
					   efatyesno = "Evet"
					   if (Language == "English") { 
				          efatyesno = "Yes"			   
				       }	
					
					} else { 
					   efatyesno = "Hayır"
					   if (Language == "English") { 
				          efatyesno = "No"			   
				       }   			 
					}	
					
				    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",efatyesno,"12px","#EFEFEF")				 				
			
				} 
				
			} 
				
		   document.getElementById('orderbankact').innerHTML = bankacttitle	 
		   
		   rowD = tablebank.insertRow(bankrowCount);
		   
		   if (Language == "English") { 
		        AddCell(rowD.insertCell(0),"center","middle","18%","30px","0px","Bank Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Branch Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(2),"center","middle","15%","30px","0px","Branch Code","12px","#CCCCCC")
		        AddCell(rowD.insertCell(3),"center","middle","17%","30px","0px","Account Number","12px","#CCCCCC")
		        AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","IBAN Number","12px","#CCCCCC")
				
				rowD = tablebank.insertRow(bankrowCount +1);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Yapi Kredi Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","744","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","44601563","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")
				
				rowD = tablebank.insertRow(bankrowCount +2);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Halk Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","9862","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","10260865","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")			
				
			
		   } else {
		       AddCell(rowD.insertCell(0),"center","middle","19%","30px","0px","Banka İsmi","12px","#CCCCCC")
		       AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Şube Adı","12px","#CCCCCC")
		       AddCell(rowD.insertCell(2),"center","middle","13%","30px","0px","Şube Kodu","12px","#CCCCCC")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","0px","Hesap Numarası","12px","#CCCCCC")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","İban Numarası","12px","#CCCCCC")	
			   
			   rowD = tablebank.insertRow(bankrowCount +1);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Yapı Kredi Bankası","11px","#EFEFEF")
		       AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		       AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","744","11px","#EFEFEF")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","44601563","11px","#EFEFEF")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")	 
			   
			   rowD = tablebank.insertRow(bankrowCount +2);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Halk Bankası","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","9862","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","10260865","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")  
		   } 	   
		 
		   document.getElementById('orderinfo').style.display = "block"
		   document.getElementById('orderinfo').style.background = "#000" 
		   document.getElementById('orderinfo').style.color = "#0FF" 		  
		   
		   if (deletes == "True") { 		   
			 document.getElementById('orderinfo').style.background = "#900" 
			 document.getElementById('orderinfo').style.color = "#FFF" 
		   }
		   
		   document.getElementById('orderinfo').innerHTML = orderinfo  
		
		} 
			
    
   
        Value = 'UWTV2018031'
		if (refnovalue == Value) { 
		   document.getElementById("contractbuts").style.display = "block";  
		   document.getElementById("printdoc").style.display = "block";   
		   document.getElementById("orderdelivery").style.display = "block";
		   document.getElementById("orderinvoice").style.display = "block";  
		   document.getElementById("orderbankact").style.display = "block";  
		   document.getElementById("orderconttitle").style.display = "block";    
		   
		   orderinfo = 'Bu siparişe ait ödeme bilgisi bekleniyor.'
		   deletes ='False'    
		   mnglink = ''  
		   paymenttype = 'Mail Order' 
		   deliveryname = 'tahsin tekneci'		   
		   
		   document.getElementById("unrecdate").innerHTML = 'Tarih : 29.03.2018 09:49:21' 
		   if (Language == "English") { 
		     document.getElementById("unrecdate").innerHTML = 'Date : 29.03.2018 09:49:21'
		   }   		   
		    
		   document.getElementById('paymenttypelbl').style.display = "block" 
		   var namesurtitle = "Adı / Soyadı"
		   var adrestitle = "Adres" 
		   var phonetitle = "Telefon"
		   var idnumber = "T.C. Kimlik No"
		   var cargofirm = "Kargo Firması"	
		   var cargodurum = "Kargo Durumu"	
		   var cargoname = 'Aras Kargo' 
		   var cargolink = ""
		   var cargobackgnd = "#FF9F9F"  
		   
		   if (cargoname == "Ücretsiz MNG Kargo" || cargoname == "Free shipping with MNG cargo") {
		      cargolink = "https://kargotakip.mngkargo.com.tr/?takipNo=" 	 
		   }
		   
		   if (cargoname == "Aras Kargo" || cargoname == "Aras Cargo") {
		      cargolink = "http://kargotakip.araskargo.com.tr/mainpage.aspx?code=" 			  
		   }
		   
		   if (cargoname == "Sürat Kargo" || cargoname == "Surat Cargo") {
		      cargolink = "http://suratkargo.com.tr/KargoTakip?kargotakipno" 			  
		   }
		   
		   if (cargoname == "Yurtiçi Kargo" || cargoname == "Yurtici Cargo") {
		      cargolink = "https://www.yurticikargo.com/" 			 
		   }
		   	 	    
		   var invocetitle = "Fatura Bilgileri"
		   var owntitle = "Faturam kişisel ve teslimat bilgilerimle kesilsin."
		   var bankacttitle = "Banka Hesap Bilgileri  &nbsp; &nbsp; HESAP ADI : EGS ELEKTRONIK"	
		   var contsign = "ALICI : "   
		   
		    if (Language == "English") { 
	           document.getElementById('paymenttypelbl').innerHTML = "Payment Method : " + paymenttype	
			   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
			   contsign = "BUYER : "
			   invocetitle = "Invoice Information"
			   owntitle = "Invoice will be issued with my personal and delivery info."
			   namesurtitle = "Name / Surname"	
			   adrestitle = "Address"
			   phonetitle = "Phone Number"
			   idnumber = "Identification No"
			   cargofirm = "Cargo Firm"
			   cargodurum = "Shipping Status"
			   bankacttitle = "Bank Account Information &nbsp; &nbsp; ACCOUNT NAME : EGS ELEKTRONIK"
			   if (mnglink != "") {
			        cargobackgnd = "#A4FFA4"
		            mnglink = 'Shipped <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Tracking number : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
			   }  else {
			        mnglink = 'No action taken <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		 
		       }			 
			   
	        }  else {	
			    if (mnglink != "") {
				    cargobackgnd = "#A4FFA4"
		            mnglink = 'Kargoya verildi <font color="#006600" style="display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2611; </font> Takip numarası : <a href="' + cargolink + mnglink + '" target="_blank"> <font color="#006600">  <strong> ' + mnglink + '  </strong> </font> </a>'
				}  else {
			        mnglink = 'Hiç bir işlem yapılmadı <font color="#f00000" style=" display:inline-block; margin-top:-8px;font-weight:bold; font-size:20px"> &#x2612; </font>'		
		        }
				
	           document.getElementById('paymenttypelbl').innerHTML = "Ödeme Şekli : " + paymenttype	
			   
	 
	        } 	
			
			var rowD = tabledlw.insertRow(tdrowCount);		   		 	   
			//var cellD = rowD.insertCell(0);	
			rowD = tabledlw.insertRow(tdrowCount);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",namesurtitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'tahsin tekneci' ,"12px","#EFEFEF")
			document.getElementById('contratname').innerHTML = 'TAHSİN TEKNECİ'
			document.getElementById('buyer').innerHTML = contsign + 'TAHSİN TEKNECİ'
			
			rowD = tabledlw.insertRow(tdrowCount +1);
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",adrestitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",' akçaburgaz mah.3088.sok. no:26<br />Esenyurt / İstanbul / Türkiye' ,"12px","#EFEFEF")
			document.getElementById('contratadr').innerHTML = ' akçaburgaz mah.3088.sok. no:26<br />Esenyurt / İstanbul / Türkiye'
			
			rowD = tabledlw.insertRow(tdrowCount +2);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",phonetitle,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'05543644830' ,"12px","#EFEFEF")
			document.getElementById('contrattlf').innerHTML = '05543644830'
			
			rowD = tabledlw.insertRow(tdrowCount +3);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",idnumber,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'24137540376' ,"12px","#EFEFEF")
			document.getElementById('contratmail').innerHTML = 'tahsintekneci@tekneciler.com.tr' 
			document.getElementById('inv3').innerHTML = paymenttype	
			document.getElementById('contratdeliveryadr').innerHTML =' akçaburgaz mah.3088.sok. no:26<br />Esenyurt / İstanbul / Türkiye' 
			document.getElementById('contratdeliveryname').innerHTML = 'tahsin tekneci'  
			 	
			rowD = tabledlw.insertRow(tdrowCount +4);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargofirm,"12px","#EFEFEF")
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",cargoname,"12px","#EFEFEF")
			
				
			rowD = tabledlw.insertRow(tdrowCount +5);	
			AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",cargodurum,"12px",cargobackgnd)
			AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",mnglink,"12px","#EFEFEF")	
				
			// OWNINVOCE true INVOICETYPE true bireysel kendime
			// OWNINVOCE false INVOICETYPE false kurumsal
			// OWNINVOCE false INVOICETYPE true bireysel başkasına
					 
			if ('False' == "True") { 			   
			    document.getElementById('orderinvoice').innerHTML = owntitle 
				document.getElementById('contratbill').innerHTML = ' akçaburgaz mah.3088.sok. no:26<br />Esenyurt / İstanbul / Türkiye' 
				
				
			} else {
			
			    document.getElementById('contratbill').innerHTML = '  akçaburgaz mah.3088.sok. no:26<br />Esenyurt / İstanbul / Türkiye' 
			    document.getElementById('orderinvoice').innerHTML = invocetitle
			    var invns = "Adı / Soyadı"
				var invadr = "Adres"
				var invphn = "Telefon"
				var invverno = "Vergi No"
				var invverda = "Vergi Dairesi"
				var efatura = "E-Fatura"
				 
			    if ('False' == "True") { 
				    //  Biresel Başkasına
					if (Language == "English") { 
				        invns = "Name / Surname"			   
				    }					 
				 
				} else { 	  
                    //  Kurumsal
					invns = "Ticari Ünvan"
					if (Language == "English") { 
				        invns = "Company Name"			   
				    }
			    
			    }
				
				if (Language == "English") { 
				    invadr = "Address" 
					invphn = "Phone Number"  
					invverno = "Tax No"
					invverda = "Tax Office" 
					efatura = "E-Invoice"	   
				}
				
				rowD = tableInvoice.insertRow(inrowCount);	
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invns,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'TEKNECİLER METAL SAN.VE TİC.LTD.ŞTİ.' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +1);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invadr,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'  akçaburgaz mah.3088.sok. no:26<br />Esenyurt / İstanbul / Türkiye' ,"12px","#EFEFEF")
				rowD = tableInvoice.insertRow(inrowCount +2);
			    AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invphn,"12px","#EFEFEF")
			    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'02128862960' ,"12px","#EFEFEF")			
				
				 //////////////////////////////////////////
				
				if (invns == "Ticari Ünvan" || invns == "Company Name") { 
				
				   rowD = tableInvoice.insertRow(inrowCount +3);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverno,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'8360027354' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +4);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",invverda,"12px","#EFEFEF")
			       AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",'MARMARA KURUMLAR' ,"12px","#EFEFEF")
				   rowD = tableInvoice.insertRow(inrowCount +5);
			       AddCell(rowD.insertCell(0),"left","middle","150px","30px","20px",efatura,"12px","#EFEFEF")	      
				
					var efatyesno = ""
					
					if ('True' == "True") { 
					   efatyesno = "Evet"
					   if (Language == "English") { 
				          efatyesno = "Yes"			   
				       }	
					
					} else { 
					   efatyesno = "Hayır"
					   if (Language == "English") { 
				          efatyesno = "No"			   
				       }   			 
					}	
					
				    AddCell(rowD.insertCell(1),"left","middle","475px","30px","20px",efatyesno,"12px","#EFEFEF")				 				
			
				} 
				
			} 
				
		   document.getElementById('orderbankact').innerHTML = bankacttitle	 
		   
		   rowD = tablebank.insertRow(bankrowCount);
		   
		   if (Language == "English") { 
		        AddCell(rowD.insertCell(0),"center","middle","18%","30px","0px","Bank Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Branch Name","12px","#CCCCCC")
		        AddCell(rowD.insertCell(2),"center","middle","15%","30px","0px","Branch Code","12px","#CCCCCC")
		        AddCell(rowD.insertCell(3),"center","middle","17%","30px","0px","Account Number","12px","#CCCCCC")
		        AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","IBAN Number","12px","#CCCCCC")
				
				rowD = tablebank.insertRow(bankrowCount +1);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Yapi Kredi Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","744","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","44601563","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")
				
				rowD = tablebank.insertRow(bankrowCount +2);
		   		AddCell(rowD.insertCell(0),"left","middle","18%","30px","5px","Halk Bank","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(2),"left","middle","15%","30px","5px","9862","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(3),"center","middle","17%","30px","5px","10260865","11px","#EFEFEF")
		   		AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")			
				
			
		   } else {
		       AddCell(rowD.insertCell(0),"center","middle","19%","30px","0px","Banka İsmi","12px","#CCCCCC")
		       AddCell(rowD.insertCell(1),"center","middle","18%","30px","0px","Şube Adı","12px","#CCCCCC")
		       AddCell(rowD.insertCell(2),"center","middle","13%","30px","0px","Şube Kodu","12px","#CCCCCC")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","0px","Hesap Numarası","12px","#CCCCCC")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","0px","İban Numarası","12px","#CCCCCC")	
			   
			   rowD = tablebank.insertRow(bankrowCount +1);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Yapı Kredi Bankası","11px","#EFEFEF")
		       AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa/Elektrokent","11px","#EFEFEF")
		       AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","744","11px","#EFEFEF")
		       AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","44601563","11px","#EFEFEF")
		       AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR22 0006 7010 0000 0044 6015 63","11px","#EFEFEF")	 
			   
			   rowD = tablebank.insertRow(bankrowCount +2);
		   	   AddCell(rowD.insertCell(0),"left","middle","19%","30px","5px","Halk Bankası","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(1),"left","middle","18%","30px","5px","Perpa","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(2),"left","middle","13%","30px","5px","9862","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(3),"center","middle","18%","30px","5px","10260865","11px","#EFEFEF")
		   	   AddCell(rowD.insertCell(4),"center","middle","32%","30px","5px","TR03 0001 2009 8620 0010 2608 65","11px","#EFEFEF")  
		   } 	   
		 
		   document.getElementById('orderinfo').style.display = "block"
		   document.getElementById('orderinfo').style.background = "#000" 
		   document.getElementById('orderinfo').style.color = "#0FF" 		  
		   
		   if (deletes == "True") { 		   
			 document.getElementById('orderinfo').style.background = "#900" 
			 document.getElementById('orderinfo').style.color = "#FFF" 
		   }
		   
		   document.getElementById('orderinfo').innerHTML = orderinfo  
		
		} 
			
   	
   		  			
		 
   for(i=rowCount-1; i>0;i--){	
	  document.getElementById("lastorder").deleteRow(i) 			  
   }  	
    
   rowCount = 1	   
   
   
   for(i=controwCount-1; i>0;i--){	
	  document.getElementById("contrattable").deleteRow(i) 			  
   }  	
    
   controwCount = 1	 
    
	
     
		Value = 'UWTV2018031ˆAC-05RˆBağımsız Rfid OkuyucuˆKremˆ 30,00 $ ˆ1ˆ120,1860ˆ120,19ˆ120,19ˆ21,63ˆ141,82ˆ4,0062ˆ4,9663ˆ1,2397ˆ/rfid-bagimsiz-kart-okuyucular.asp'	
		var Dizi = new Array()  
	    Dizi = Value.split('ˆ') 	
		if (refnovalue == Dizi[0]) { 
		   
		   var ProductCode = Dizi[1] 	 
			
		   var row = table.insertRow(rowCount);		   		 	   
		   var cell1 = row.insertCell(0);
		   var rowc = contrattbl.insertRow(controwCount);
		   var cell2 = rowc.insertCell(0);
		   
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="60px"		   
		   			  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="60px"
		   var Htmlway = Dizi[14]		 
		   		      
		   var Picway ='<input type="text" style="display:none" id="picture' + rowCount + '"   value="' + Htmlway + '"> <a  onclick="PictureClick(' + rowCount + ')"> <img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/> </a>'	
		 
		   cell1.innerHTML = Picway 
		   cell2.innerHTML = '<img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/>'  
		   
		   cell1 = row.insertCell(1);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   var product = "basketproid" + rowCount 		   	  
		   cell1.innerHTML = '<P5 id="' + product + '"> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		   
		   cell2 = rowc.insertCell(1);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"		   	   	  
		   cell2.innerHTML = '<P5> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		      
		   cell1 = row.insertCell(2);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"			   	  
		   cell1.innerHTML =  Dizi[2] 
		   
		   cell2 = rowc.insertCell(2);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML =  Dizi[2]
		   	   
		   cell1 = row.insertCell(3);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="90px"			   	  
		   cell1.innerHTML = Dizi[3] 
		   
		   cell2 = rowc.insertCell(3);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="90px"			   	  
		   cell2.innerHTML = Dizi[3] 	
		      
		   cell1 = row.insertCell(4);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="80px"			   	  
		   cell1.innerHTML = Dizi[4] 
		   
		   cell2 = rowc.insertCell(4);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="80px"			   	  
		   cell2.innerHTML = Dizi[4]      
		      
		   cell1 = row.insertCell(5);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="50px"			   	  
		   cell1.innerHTML = '<input type="text" style="display:none" id="loadreorderpcs' + rowCount + '"  value="' + Dizi[5]  + '">' + Dizi[5] 
		   
		   cell2 = rowc.insertCell(5);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="50px"			   	  
		   cell2.innerHTML = Dizi[5] 
		   	 
		   priceformat = Dizi[6]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".")  	
           priceformat = parseFloat(priceformat)  
		   cell1 = row.insertCell(6);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		  
		   if (kdvyok == 0){
		       cell1.innerHTML = priceformat.formatMoney(4,".", ",")
		   } else {
		       cell1.innerHTML = Dizi[4]
		   }	  
		      
		   cell2 = rowc.insertCell(6);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML  
		 
		  
		   priceformat = Dizi[7]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)   
		   cell1 = row.insertCell(7);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   
		   if (kdvyok == 0){		   	  
		     cell1.innerHTML = priceformat.formatMoney(2,".", ",")
		   } else {
		     cell1.innerHTML = Dizi[7]
		   }	
		   		   
		   cell2 = rowc.insertCell(7);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML
		   	   
 		   rowCount = rowCount + 1
		   controwCount = controwCount + 1
		   	   
		   priceformat = Dizi[8]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	
		   	
		   if (kdvyok == 1){
		      document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	+ " $"	
		   }  
		   	   
		   document.getElementById("ctaratoplam").innerHTML =document.getElementById("lastaratoplam").innerHTML
		  
		   
		   
		   priceformat = Dizi[9]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastkdv").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctkdvtoplam").innerHTML = document.getElementById("lastkdv").innerHTML	
		   
		   priceformat = Dizi[10]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastgeneltoplam").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctgeneltoplam").innerHTML = document.getElementById("lastgeneltoplam").innerHTML
		   
		   priceformat = Dizi[11]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderusd").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[12]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("ordereuro").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[13]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderparite").innerHTML = priceformat.formatMoney(4,".", ",") 		  
			 		 
		}  
	 
		Value = 'UWTV2023071ˆAC-2567RˆRfid Sistem OkuyucuˆKremˆ42,00 $ ˆ2ˆ1.105,6710ˆ2.211,34ˆ2.211,34ˆ398,04ˆ2.609,38ˆ26,3255ˆ29,5842ˆ1,1238ˆ/ac-2567r'	
		var Dizi = new Array()  
	    Dizi = Value.split('ˆ') 	
		if (refnovalue == Dizi[0]) { 
		   
		   var ProductCode = Dizi[1] 	 
			
		   var row = table.insertRow(rowCount);		   		 	   
		   var cell1 = row.insertCell(0);
		   var rowc = contrattbl.insertRow(controwCount);
		   var cell2 = rowc.insertCell(0);
		   
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="60px"		   
		   			  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="60px"
		   var Htmlway = Dizi[14]		 
		   		      
		   var Picway ='<input type="text" style="display:none" id="picture' + rowCount + '"   value="' + Htmlway + '"> <a  onclick="PictureClick(' + rowCount + ')"> <img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/> </a>'	
		 
		   cell1.innerHTML = Picway 
		   cell2.innerHTML = '<img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/>'  
		   
		   cell1 = row.insertCell(1);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   var product = "basketproid" + rowCount 		   	  
		   cell1.innerHTML = '<P5 id="' + product + '"> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		   
		   cell2 = rowc.insertCell(1);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"		   	   	  
		   cell2.innerHTML = '<P5> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		      
		   cell1 = row.insertCell(2);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"			   	  
		   cell1.innerHTML =  Dizi[2] 
		   
		   cell2 = rowc.insertCell(2);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML =  Dizi[2]
		   	   
		   cell1 = row.insertCell(3);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="90px"			   	  
		   cell1.innerHTML = Dizi[3] 
		   
		   cell2 = rowc.insertCell(3);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="90px"			   	  
		   cell2.innerHTML = Dizi[3] 	
		      
		   cell1 = row.insertCell(4);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="80px"			   	  
		   cell1.innerHTML = Dizi[4] 
		   
		   cell2 = rowc.insertCell(4);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="80px"			   	  
		   cell2.innerHTML = Dizi[4]      
		      
		   cell1 = row.insertCell(5);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="50px"			   	  
		   cell1.innerHTML = '<input type="text" style="display:none" id="loadreorderpcs' + rowCount + '"  value="' + Dizi[5]  + '">' + Dizi[5] 
		   
		   cell2 = rowc.insertCell(5);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="50px"			   	  
		   cell2.innerHTML = Dizi[5] 
		   	 
		   priceformat = Dizi[6]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".")  	
           priceformat = parseFloat(priceformat)  
		   cell1 = row.insertCell(6);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		  
		   if (kdvyok == 0){
		       cell1.innerHTML = priceformat.formatMoney(4,".", ",")
		   } else {
		       cell1.innerHTML = Dizi[4]
		   }	  
		      
		   cell2 = rowc.insertCell(6);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML  
		 
		  
		   priceformat = Dizi[7]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)   
		   cell1 = row.insertCell(7);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   
		   if (kdvyok == 0){		   	  
		     cell1.innerHTML = priceformat.formatMoney(2,".", ",")
		   } else {
		     cell1.innerHTML = Dizi[7]
		   }	
		   		   
		   cell2 = rowc.insertCell(7);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML
		   	   
 		   rowCount = rowCount + 1
		   controwCount = controwCount + 1
		   	   
		   priceformat = Dizi[8]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	
		   	
		   if (kdvyok == 1){
		      document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	+ " $"	
		   }  
		   	   
		   document.getElementById("ctaratoplam").innerHTML =document.getElementById("lastaratoplam").innerHTML
		  
		   
		   
		   priceformat = Dizi[9]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastkdv").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctkdvtoplam").innerHTML = document.getElementById("lastkdv").innerHTML	
		   
		   priceformat = Dizi[10]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastgeneltoplam").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctgeneltoplam").innerHTML = document.getElementById("lastgeneltoplam").innerHTML
		   
		   priceformat = Dizi[11]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderusd").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[12]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("ordereuro").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[13]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderparite").innerHTML = priceformat.formatMoney(4,".", ",") 		  
			 		 
		}  
	 
		Value = 'UWTV2024021ˆAC-PCˆRfid Kimlik KartıˆBeyazˆ 0,35 $ ˆ1ˆ10,8712ˆ10,87ˆ10,87ˆ2,17ˆ13,04ˆ31,0605ˆ33,7162ˆ1,0855ˆ/rfid-kart-anahtarliklar'	
		var Dizi = new Array()  
	    Dizi = Value.split('ˆ') 	
		if (refnovalue == Dizi[0]) { 
		   
		   var ProductCode = Dizi[1] 	 
			
		   var row = table.insertRow(rowCount);		   		 	   
		   var cell1 = row.insertCell(0);
		   var rowc = contrattbl.insertRow(controwCount);
		   var cell2 = rowc.insertCell(0);
		   
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="60px"		   
		   			  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="60px"
		   var Htmlway = Dizi[14]		 
		   		      
		   var Picway ='<input type="text" style="display:none" id="picture' + rowCount + '"   value="' + Htmlway + '"> <a  onclick="PictureClick(' + rowCount + ')"> <img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/> </a>'	
		 
		   cell1.innerHTML = Picway 
		   cell2.innerHTML = '<img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/>'  
		   
		   cell1 = row.insertCell(1);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   var product = "basketproid" + rowCount 		   	  
		   cell1.innerHTML = '<P5 id="' + product + '"> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		   
		   cell2 = rowc.insertCell(1);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"		   	   	  
		   cell2.innerHTML = '<P5> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		      
		   cell1 = row.insertCell(2);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"			   	  
		   cell1.innerHTML =  Dizi[2] 
		   
		   cell2 = rowc.insertCell(2);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML =  Dizi[2]
		   	   
		   cell1 = row.insertCell(3);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="90px"			   	  
		   cell1.innerHTML = Dizi[3] 
		   
		   cell2 = rowc.insertCell(3);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="90px"			   	  
		   cell2.innerHTML = Dizi[3] 	
		      
		   cell1 = row.insertCell(4);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="80px"			   	  
		   cell1.innerHTML = Dizi[4] 
		   
		   cell2 = rowc.insertCell(4);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="80px"			   	  
		   cell2.innerHTML = Dizi[4]      
		      
		   cell1 = row.insertCell(5);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="50px"			   	  
		   cell1.innerHTML = '<input type="text" style="display:none" id="loadreorderpcs' + rowCount + '"  value="' + Dizi[5]  + '">' + Dizi[5] 
		   
		   cell2 = rowc.insertCell(5);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="50px"			   	  
		   cell2.innerHTML = Dizi[5] 
		   	 
		   priceformat = Dizi[6]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".")  	
           priceformat = parseFloat(priceformat)  
		   cell1 = row.insertCell(6);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		  
		   if (kdvyok == 0){
		       cell1.innerHTML = priceformat.formatMoney(4,".", ",")
		   } else {
		       cell1.innerHTML = Dizi[4]
		   }	  
		      
		   cell2 = rowc.insertCell(6);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML  
		 
		  
		   priceformat = Dizi[7]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)   
		   cell1 = row.insertCell(7);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   
		   if (kdvyok == 0){		   	  
		     cell1.innerHTML = priceformat.formatMoney(2,".", ",")
		   } else {
		     cell1.innerHTML = Dizi[7]
		   }	
		   		   
		   cell2 = rowc.insertCell(7);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML
		   	   
 		   rowCount = rowCount + 1
		   controwCount = controwCount + 1
		   	   
		   priceformat = Dizi[8]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	
		   	
		   if (kdvyok == 1){
		      document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	+ " $"	
		   }  
		   	   
		   document.getElementById("ctaratoplam").innerHTML =document.getElementById("lastaratoplam").innerHTML
		  
		   
		   
		   priceformat = Dizi[9]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastkdv").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctkdvtoplam").innerHTML = document.getElementById("lastkdv").innerHTML	
		   
		   priceformat = Dizi[10]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastgeneltoplam").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctgeneltoplam").innerHTML = document.getElementById("lastgeneltoplam").innerHTML
		   
		   priceformat = Dizi[11]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderusd").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[12]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("ordereuro").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[13]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderparite").innerHTML = priceformat.formatMoney(4,".", ",") 		  
			 		 
		}  
	 
		Value = 'UWTV2024121ˆAC-074RFˆ2 Adet RF Alıcı Verici ModülˆKremˆ 80,00 $ ˆ1ˆ2.820,2320ˆ2.820,23ˆ2.820,23ˆ564,05ˆ3.384,28ˆ35,2529ˆ36,7344ˆ1,0420ˆ/gecis-kontrol-panelleri'	
		var Dizi = new Array()  
	    Dizi = Value.split('ˆ') 	
		if (refnovalue == Dizi[0]) { 
		   
		   var ProductCode = Dizi[1] 	 
			
		   var row = table.insertRow(rowCount);		   		 	   
		   var cell1 = row.insertCell(0);
		   var rowc = contrattbl.insertRow(controwCount);
		   var cell2 = rowc.insertCell(0);
		   
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="60px"		   
		   			  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="60px"
		   var Htmlway = Dizi[14]		 
		   		      
		   var Picway ='<input type="text" style="display:none" id="picture' + rowCount + '"   value="' + Htmlway + '"> <a  onclick="PictureClick(' + rowCount + ')"> <img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/> </a>'	
		 
		   cell1.innerHTML = Picway 
		   cell2.innerHTML = '<img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/>'  
		   
		   cell1 = row.insertCell(1);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   var product = "basketproid" + rowCount 		   	  
		   cell1.innerHTML = '<P5 id="' + product + '"> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		   
		   cell2 = rowc.insertCell(1);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"		   	   	  
		   cell2.innerHTML = '<P5> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		      
		   cell1 = row.insertCell(2);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"			   	  
		   cell1.innerHTML =  Dizi[2] 
		   
		   cell2 = rowc.insertCell(2);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML =  Dizi[2]
		   	   
		   cell1 = row.insertCell(3);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="90px"			   	  
		   cell1.innerHTML = Dizi[3] 
		   
		   cell2 = rowc.insertCell(3);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="90px"			   	  
		   cell2.innerHTML = Dizi[3] 	
		      
		   cell1 = row.insertCell(4);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="80px"			   	  
		   cell1.innerHTML = Dizi[4] 
		   
		   cell2 = rowc.insertCell(4);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="80px"			   	  
		   cell2.innerHTML = Dizi[4]      
		      
		   cell1 = row.insertCell(5);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="50px"			   	  
		   cell1.innerHTML = '<input type="text" style="display:none" id="loadreorderpcs' + rowCount + '"  value="' + Dizi[5]  + '">' + Dizi[5] 
		   
		   cell2 = rowc.insertCell(5);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="50px"			   	  
		   cell2.innerHTML = Dizi[5] 
		   	 
		   priceformat = Dizi[6]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".")  	
           priceformat = parseFloat(priceformat)  
		   cell1 = row.insertCell(6);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		  
		   if (kdvyok == 0){
		       cell1.innerHTML = priceformat.formatMoney(4,".", ",")
		   } else {
		       cell1.innerHTML = Dizi[4]
		   }	  
		      
		   cell2 = rowc.insertCell(6);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML  
		 
		  
		   priceformat = Dizi[7]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)   
		   cell1 = row.insertCell(7);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   
		   if (kdvyok == 0){		   	  
		     cell1.innerHTML = priceformat.formatMoney(2,".", ",")
		   } else {
		     cell1.innerHTML = Dizi[7]
		   }	
		   		   
		   cell2 = rowc.insertCell(7);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML
		   	   
 		   rowCount = rowCount + 1
		   controwCount = controwCount + 1
		   	   
		   priceformat = Dizi[8]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	
		   	
		   if (kdvyok == 1){
		      document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	+ " $"	
		   }  
		   	   
		   document.getElementById("ctaratoplam").innerHTML =document.getElementById("lastaratoplam").innerHTML
		  
		   
		   
		   priceformat = Dizi[9]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastkdv").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctkdvtoplam").innerHTML = document.getElementById("lastkdv").innerHTML	
		   
		   priceformat = Dizi[10]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastgeneltoplam").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctgeneltoplam").innerHTML = document.getElementById("lastgeneltoplam").innerHTML
		   
		   priceformat = Dizi[11]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderusd").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[12]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("ordereuro").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[13]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderparite").innerHTML = priceformat.formatMoney(4,".", ",") 		  
			 		 
		}  
	 
		Value = 'UWTV2025021ˆSD-3239ˆOptik Duman DedektörüˆBeyazˆ 17,50 $ ˆ1ˆ629,7690ˆ629,77ˆ629,77ˆ125,95ˆ755,72ˆ35,9868ˆ37,4455ˆ1,0405ˆ'	
		var Dizi = new Array()  
	    Dizi = Value.split('ˆ') 	
		if (refnovalue == Dizi[0]) { 
		   
		   var ProductCode = Dizi[1] 	 
			
		   var row = table.insertRow(rowCount);		   		 	   
		   var cell1 = row.insertCell(0);
		   var rowc = contrattbl.insertRow(controwCount);
		   var cell2 = rowc.insertCell(0);
		   
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="60px"		   
		   			  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="60px"
		   var Htmlway = Dizi[14]		 
		   		      
		   var Picway ='<input type="text" style="display:none" id="picture' + rowCount + '"   value="' + Htmlway + '"> <a  onclick="PictureClick(' + rowCount + ')"> <img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/> </a>'	
		 
		   cell1.innerHTML = Picway 
		   cell2.innerHTML = '<img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/>'  
		   
		   cell1 = row.insertCell(1);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   var product = "basketproid" + rowCount 		   	  
		   cell1.innerHTML = '<P5 id="' + product + '"> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		   
		   cell2 = rowc.insertCell(1);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"		   	   	  
		   cell2.innerHTML = '<P5> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		      
		   cell1 = row.insertCell(2);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"			   	  
		   cell1.innerHTML =  Dizi[2] 
		   
		   cell2 = rowc.insertCell(2);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML =  Dizi[2]
		   	   
		   cell1 = row.insertCell(3);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="90px"			   	  
		   cell1.innerHTML = Dizi[3] 
		   
		   cell2 = rowc.insertCell(3);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="90px"			   	  
		   cell2.innerHTML = Dizi[3] 	
		      
		   cell1 = row.insertCell(4);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="80px"			   	  
		   cell1.innerHTML = Dizi[4] 
		   
		   cell2 = rowc.insertCell(4);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="80px"			   	  
		   cell2.innerHTML = Dizi[4]      
		      
		   cell1 = row.insertCell(5);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="50px"			   	  
		   cell1.innerHTML = '<input type="text" style="display:none" id="loadreorderpcs' + rowCount + '"  value="' + Dizi[5]  + '">' + Dizi[5] 
		   
		   cell2 = rowc.insertCell(5);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="50px"			   	  
		   cell2.innerHTML = Dizi[5] 
		   	 
		   priceformat = Dizi[6]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".")  	
           priceformat = parseFloat(priceformat)  
		   cell1 = row.insertCell(6);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		  
		   if (kdvyok == 0){
		       cell1.innerHTML = priceformat.formatMoney(4,".", ",")
		   } else {
		       cell1.innerHTML = Dizi[4]
		   }	  
		      
		   cell2 = rowc.insertCell(6);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML  
		 
		  
		   priceformat = Dizi[7]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)   
		   cell1 = row.insertCell(7);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   
		   if (kdvyok == 0){		   	  
		     cell1.innerHTML = priceformat.formatMoney(2,".", ",")
		   } else {
		     cell1.innerHTML = Dizi[7]
		   }	
		   		   
		   cell2 = rowc.insertCell(7);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML
		   	   
 		   rowCount = rowCount + 1
		   controwCount = controwCount + 1
		   	   
		   priceformat = Dizi[8]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	
		   	
		   if (kdvyok == 1){
		      document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	+ " $"	
		   }  
		   	   
		   document.getElementById("ctaratoplam").innerHTML =document.getElementById("lastaratoplam").innerHTML
		  
		   
		   
		   priceformat = Dizi[9]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastkdv").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctkdvtoplam").innerHTML = document.getElementById("lastkdv").innerHTML	
		   
		   priceformat = Dizi[10]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastgeneltoplam").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctgeneltoplam").innerHTML = document.getElementById("lastgeneltoplam").innerHTML
		   
		   priceformat = Dizi[11]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderusd").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[12]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("ordereuro").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[13]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderparite").innerHTML = priceformat.formatMoney(4,".", ",") 		  
			 		 
		}  
	 
		Value = 'UWTV2025031ˆVD-2005SMDˆSmd Telefon Arama ModülüˆKremˆ 30,00 $ ˆ3ˆ1.095,0420ˆ3.285,13ˆ3.285,13ˆ657,03ˆ3.942,16ˆ36,5014ˆ37,9484ˆ1,0396ˆ/telefon-arama-modulleri'	
		var Dizi = new Array()  
	    Dizi = Value.split('ˆ') 	
		if (refnovalue == Dizi[0]) { 
		   
		   var ProductCode = Dizi[1] 	 
			
		   var row = table.insertRow(rowCount);		   		 	   
		   var cell1 = row.insertCell(0);
		   var rowc = contrattbl.insertRow(controwCount);
		   var cell2 = rowc.insertCell(0);
		   
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="60px"		   
		   			  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="60px"
		   var Htmlway = Dizi[14]		 
		   		      
		   var Picway ='<input type="text" style="display:none" id="picture' + rowCount + '"   value="' + Htmlway + '"> <a  onclick="PictureClick(' + rowCount + ')"> <img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/> </a>'	
		 
		   cell1.innerHTML = Picway 
		   cell2.innerHTML = '<img src="product_img/' + ProductCode + '.png" width="40%" style="margin-top:-1px; border-style: none"/>'  
		   
		   cell1 = row.insertCell(1);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   var product = "basketproid" + rowCount 		   	  
		   cell1.innerHTML = '<P5 id="' + product + '"> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		   
		   cell2 = rowc.insertCell(1);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"		   	   	  
		   cell2.innerHTML = '<P5> ' + Dizi[1]  + '</P5>'  //""//Dizi[1] 
		      
		   cell1 = row.insertCell(2);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"			   	  
		   cell1.innerHTML =  Dizi[2] 
		   
		   cell2 = rowc.insertCell(2);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML =  Dizi[2]
		   	   
		   cell1 = row.insertCell(3);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="90px"			   	  
		   cell1.innerHTML = Dizi[3] 
		   
		   cell2 = rowc.insertCell(3);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="90px"			   	  
		   cell2.innerHTML = Dizi[3] 	
		      
		   cell1 = row.insertCell(4);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="80px"			   	  
		   cell1.innerHTML = Dizi[4] 
		   
		   cell2 = rowc.insertCell(4);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="80px"			   	  
		   cell2.innerHTML = Dizi[4]      
		      
		   cell1 = row.insertCell(5);		  
		   cell1.align = "center"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="50px"			   	  
		   cell1.innerHTML = '<input type="text" style="display:none" id="loadreorderpcs' + rowCount + '"  value="' + Dizi[5]  + '">' + Dizi[5] 
		   
		   cell2 = rowc.insertCell(5);		  
		   cell2.align = "center"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="50px"			   	  
		   cell2.innerHTML = Dizi[5] 
		   	 
		   priceformat = Dizi[6]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".")  	
           priceformat = parseFloat(priceformat)  
		   cell1 = row.insertCell(6);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		  
		   if (kdvyok == 0){
		       cell1.innerHTML = priceformat.formatMoney(4,".", ",")
		   } else {
		       cell1.innerHTML = Dizi[4]
		   }	  
		      
		   cell2 = rowc.insertCell(6);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML  
		 
		  
		   priceformat = Dizi[7]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)   
		   cell1 = row.insertCell(7);		  
		   cell1.align = "right"; 
		   cell1.vAlign = "middle"; 
		   cell1.width ="100px"	
		   
		   if (kdvyok == 0){		   	  
		     cell1.innerHTML = priceformat.formatMoney(2,".", ",")
		   } else {
		     cell1.innerHTML = Dizi[7]
		   }	
		   		   
		   cell2 = rowc.insertCell(7);		  
		   cell2.align = "right"; 
		   cell2.vAlign = "middle"; 
		   cell2.width ="100px"			   	  
		   cell2.innerHTML = cell1.innerHTML
		   	   
 		   rowCount = rowCount + 1
		   controwCount = controwCount + 1
		   	   
		   priceformat = Dizi[8]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	
		   	
		   if (kdvyok == 1){
		      document.getElementById("lastaratoplam").innerHTML = priceformat.formatMoney(2,".", ",")	+ " $"	
		   }  
		   	   
		   document.getElementById("ctaratoplam").innerHTML =document.getElementById("lastaratoplam").innerHTML
		  
		   
		   
		   priceformat = Dizi[9]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastkdv").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctkdvtoplam").innerHTML = document.getElementById("lastkdv").innerHTML	
		   
		   priceformat = Dizi[10]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("lastgeneltoplam").innerHTML = priceformat.formatMoney(2,".", ",")
		   document.getElementById("ctgeneltoplam").innerHTML = document.getElementById("lastgeneltoplam").innerHTML
		   
		   priceformat = Dizi[11]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderusd").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[12]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("ordereuro").innerHTML = priceformat.formatMoney(4,".", ",") + " TL"	
		   
		   priceformat = Dizi[13]
		   priceformat = priceformat.replace(".","")
		   priceformat = priceformat.replace(",",".");	
           priceformat = parseFloat(priceformat)     
		   document.getElementById("orderparite").innerHTML = priceformat.formatMoney(4,".", ",") 		  
			 		 
		}  
		
   
}

function AddCell(c1,c2,c3,c4,c5,c6,c7,c8,c9){ 
   var cellD = c1;
   cellD.align = c2;
   cellD.vAlign = c3; 
   cellD.width = c4;
   cellD.style.height = c5;
   cellD.style.paddingLeft = c6;
   cellD.style.fontSize = c8;
   cellD.style.background =c9;
   cellD.style.border="1px solid #BBBBBB";
   cellD.innerHTML = c7;
}
 
function TestLanguage(){   

    Language = getCookie("EgsLanguageType")
	if (typeof(Language) == "undefined"){
		 Language="Turkce"
	}	
	
	if (Language == "English") { 	
	   document.getElementById('language').innerHTML = '<a style="cursor:pointer" onclick="ChangeLanguage()">Türkçe</a>'
	   var cls = document.querySelector('#language')	   
	   cls.style.backgroundImage = "url('images/turk.png')";   
	 
	   document.getElementById('Index1').innerHTML = '<a href="bizeulas">Contact</a>'
	   cls = document.querySelector('#Index1')
	   cls.style.marginRight = "6px" 
	   
	   document.getElementById('Index2').innerHTML = '<a href="#" onclick="TavsiyeLink()">Advice</a>'	   
	   cls = document.querySelector('#Index2')
	   cls.style.marginRight = "-22px"  
	   
	   document.getElementById('Index3').innerHTML = '<a href="indirme">Download </a>'
	   cls = document.querySelector('#Index3')
	   cls.style.marginRight = "-5px" 
	   
	   document.getElementById('Index4').innerHTML = 'Order Track'
	   cls = document.querySelector('#Index4')
	   cls.style.marginRight = "-9px" 	   
	   
	   document.getElementById('Index5').innerHTML = '<a href="member">Members</a> '
	   cls = document.querySelector('#Index5')
	   cls.style.marginRight = "-59px"
 
 	   document.getElementById('Index6').innerHTML = '<a href="index">Home Page</a>'
	   cls = document.querySelector('#Index6')
	   cls.style.width = "80px"
	   
	   document.getElementById('Index7').innerHTML = '<a href="https://wa.me/905332359972?text=Hello" target="_blank">WhatsApp Contact</a>'
	   cls = document.querySelector('#Index7')
	   cls.style.marginRight = "-36px"
	   
	   document.getElementById('Index8').innerHTML = '<a href="https://egsguvenlik.com/fiyat_listeleri/2020_price_list.pdf" target="_blank">2025 Price List</a> '
	   cls = document.querySelector('#Index8')
	   cls.style.marginRight = "-50px"
  
       document.getElementById('BasId').innerHTML = "Shopping Cart"	   
	   document.getElementById('searchproduct').value = "Search Product ..." 	  
   
	   document.getElementById('progroupaccess').innerHTML  = "ACCESS CONTROL SYSTEMS"
	   document.getElementById('progrpassword').innerHTML = '<a href="sifre-cihazlari"><l14> </l14> Password Devices </a>'
	   document.getElementById('progrrfidreader').innerHTML = '<a  onclick="toogle1()" id="rddev">&#9658; Rfid Card Readers </a>'	   
	   document.getElementById('standreader').innerHTML = '<a href="rfid-bagimsiz-kart-okuyucular" id="bkro">Stand-Alone Card Readers </a>'	   
	   document.getElementById('systemreader').innerHTML = '<a href="rfid-sistem-kart-okuyucular" id="skro" >System Card Readers </a>'
	   
	   document.getElementById('progrmifreader').innerHTML = '<a  onclick="toogle2()" id="mfdev">&#9658; Mifare Card Readers </a>'	   
	   document.getElementById('standmifare').innerHTML =  '<a href="mifare-bagimsiz-kart-okuyucular" id="bkmro">Stand-Alone Card Readers </a> '
	   document.getElementById('systemmifare').innerHTML = ' <a href="mifare-sistem-kart-okuyucular" id="skmro" >System Card Readers </a>'
	   
	   document.getElementById('progrrfcard').innerHTML = '<a href="rfid-kart-anahtarliklar" id="rfkartdev"> <l14> </l14> Rfid Card & Key Tag </a>'
	   document.getElementById('progrmfcard').innerHTML = '<a href="mifare-kart-anahtarliklar" id="mfrkartdev"> <l14> </l14> Mifare Card & Key Tag </a>'
	   document.getElementById('progracpanel').innerHTML = '<a href="gecis-kontrol-panelleri"><l14></l14> Access Control Panels </a>'
 	   document.getElementById('progfinger').innerHTML = '<a href="parmak-izi-sistemleri"><l14></l14> Face ID & FingerPrint </a>'
	   document.getElementById('progrdev').innerHTML = '<a href="yazilim-gelistirme-setleri" id="acdevdev"><l14> </l14> Software Development Tools </a>'
	   document.getElementById('progrturns').innerHTML = '<a href="turnike-bariyerler" id="turndev"><l14> </l14> Turnstiles and Barriers </a>'
	   document.getElementById('progrlock').innerHTML = '<a href="elektrikli-kapi-kilitleri" id="elecdoorlock"><l14> </l14> Electric Door Locks </a>'
	      
	   document.getElementById('progroupalarm').innerHTML = "ALARM & AUTOMATION"
	   document.getElementById('proggrhome').innerHTML = '<a href="wa-7"> <l14> </l14> Home Automation System  </a></p>'
	   document.getElementById('proggrburglar').innerHTML = '<a href="soygun-yangin-alarm-sistemleri"> <l14> </l14> Burglar & Fire Alarm  </a></p>' 
	   document.getElementById('proggrtemphum').innerHTML = '<a href="isi-nem-takip-sistemleri" id="thdev"> <l14> </l14> Temperature & Humidity </a>' 
	   document.getElementById('proggrgsmdialer').innerHTML = '<a href="gsm-arama-uniteleri"><l14></l14> Gsm Dialer Units </a>'
	   document.getElementById('proggrphonedialer').innerHTML = '<a href="telefon-arama-modulleri"><l14></l14> Phone Dialer Units </a>'
	   document.getElementById('proggrahm').innerHTML = '<a href="alarm-izleme-sistemleri"><l14></l14> Alarm Monitoring System </a>'
	   document.getElementById('proggrequipment').innerHTML = '<a  onclick="toogle3()" id="alarmdev">&#9658; Alarm Equipment </a>'
       document.getElementById('alarmdedector').innerHTML = '<a href="alarm-dedektorleri">Alarm Detectors </a>'
       document.getElementById('alarmsiren').innerHTML = ' <a href="alarm-sirenleri">Alarm Sirens </a>'
       document.getElementById('manyetikkontak').innerHTML = '<a href="manyetik-kontaklar">Magnetic Contacts </a>'
       document.getElementById('butonakutrafo').innerHTML = ' <a href="buton-aku-trafolar">Power Supply & Battery </a>'
	   
	   document.getElementById('progroupcctv').innerHTML = "CCTV CONTROL UNITS"
	   document.getElementById('progroupmatrix').innerHTML = '<a href="video-matrix"> <l14></l14>48 Ch. Video / Audio Matrix </a>'
	   document.getElementById('progroupswitcher').innerHTML = '<a href="kamera-seciciler"> <l14></l14>Video / Audio Switcher </a>'
	   document.getElementById('progroupcontrol').innerHTML = '<a href="kontrol-uniteleri"> <l14></l14>Matrix / Switcher Control </a>'
	   document.getElementById('progroupdist').innerHTML = '<a href="video-distributorler"> <l14></l14>Video Distributors </a>'
	   document.getElementById('progroupvoice').innerHTML = '<a href="dc-dc-adaptor"> <l14></l14>Adapters & Voice Card </a>'  
	   
	   document.getElementById('aboutus').innerHTML = '<a href="hakkimizda"> <l14></l14> About Us </a>'
	   document.getElementById('sertifika').innerHTML = '<a href="belgelerimiz"> <l14></l14> Sertificates </a>'
	   document.getElementById('securityp').innerHTML = '<a href="gizlilik-ve-guvenlik"> <l14></l14> Privacy & Security </a>'
	   document.getElementById('paymentdelivery').innerHTML = '<a href="odeme-ve-teslimat"> <l14></l14> Payment & Delivery </a>'
	   document.getElementById('warrantyreturn').innerHTML = '<a href="garanti-ve-iade"> <l14></l14> Warranty & Restitute </a>'	 
	   document.getElementById('salescontract').innerHTML = '<a href="mesafeli-satis-sozlesmesi"> <l14></l14> Sales Contract </a>'  	   
	   document.getElementById('tracktitle').innerHTML = '<l15> TRACK ORDERS & REVIEW OLD ORDERS &#9660; </l15> <ul class="list-services"> <li class="item-7"> <a onClick="goBack()">Go Back</a> </li> </ul>'
	   
	   document.getElementById('nothingproduct').innerHTML =  "You Don't Have Order !"
	   document.getElementById('nocustomer').innerHTML = "&#9660; You can track your orders by date or order number."
	   document.getElementById('Reorder1').value = "Repeat This Order"
	   document.getElementById('Reorder2').value ="Repeat This Order" 
	   
	   document.getElementById('ViewButton').value = "Show"  
	   document.getElementById('lastord1').innerHTML =  "Image"
	   document.getElementById('lastord2').innerHTML =  "Product Code"
	   document.getElementById('lastord3').innerHTML =  "Product Name"
	   document.getElementById('lastord4').innerHTML =  "Color"
	   document.getElementById('lastord5').innerHTML =  "Currency"
	   document.getElementById('lastord6').innerHTML =  "Qty."
	   document.getElementById('lastord7').innerHTML =  "U.Price TL."
	   document.getElementById('lastord8').innerHTML =  "T.Price TL." 
	   
	   document.getElementById('btn1').value = "Continue Shopping" 
	   document.getElementById('btn2').value = "Complete Order"   	  
	   
	   document.getElementById('SipGunKur').innerHTML = '&nbsp;   &nbsp;  &nbsp;  Order Day Rates <br /> <br /> <li class="item-1">  USD    </li> <li class="item-4" id="orderusd">  </li> <br /><br /> <li class="item-2">  EURO  </li> <li class="item-4" id="ordereuro">  </li> <br /><br /> <li class="item-3">  PARITY  </li> <li class="item-4" id="orderparite"> </li>' 
	   
	   document.getElementById('orderconttitle').innerHTML = "Sales Contract"
	   document.getElementById('orderbankact').innerHTML = "Bank Account Information" 
	   document.getElementById('orderinvoice').innerHTML = "Invoice Information"
	   document.getElementById('orderdelivery').innerHTML = "Delivery Information"
	   
	   document.getElementById('lastaratwrite').innerHTML = "Subtotal"
	   document.getElementById('lasttaxwrite').innerHTML = "Tax 18 %" 
	   document.getElementById('lastgtwrite').innerHTML =  "Overall Total" 	 
	   
	   document.getElementById('aratoplamwr').innerHTML = "Subtotal"
	   document.getElementById('kdvtoplamwr').innerHTML = "Tax 18 %"
	   document.getElementById('geneltoplamwr').innerHTML = "Overall Total"	
	   
	   document.getElementById('cl1').innerHTML =  "Image"
	   document.getElementById('cl2').innerHTML =  "Product Code"
	   document.getElementById('cl3').innerHTML =  "Product Name"
	   document.getElementById('cl4').innerHTML =  "Color"	   
	   document.getElementById('cl5').innerHTML =  "Qty."
	   document.getElementById('cl6').innerHTML =  "U.Price TL."
	   document.getElementById('cl7').innerHTML =  "T.Price TL."  	          
	
	   cls = document.querySelector('#LogoImg')
	   cls.style.backgroundImage = "url('images/logoeng.png')";
	   
	   cls = document.querySelector('#cargogroupImg') 
	   cls.style.backgroundImage = "url('images/cargoeng.png')";
	   
	   cls = document.querySelector('#dovizgroupİmg') 
	   cls.style.backgroundImage = "url('images/kurlareng.png')";
	   
	   cls = document.querySelector('#TitleBannerImg') 
	   cls.style.backgroundImage = "url('images/infoeng.png')"; 
	   
	   document.getElementById('PariteWord').innerHTML = "PARITY" 
	   
	    document.getElementById('cntwr1').innerHTML = "<B> 1.SUBJECT  </B>  <br /> <br /> The subject of this Sales Contract is the Law No.6502 on the Protection of Consumers, with regard to the sale and delivery of the products / products that the SELLER sells to the CUSTOMER / BUYER, whose qualifications and sales price are specified below - Distance Contracts Regulation (Official Gazette: 27.11.2014 / 29188) covers the rights and obligations of the parties. By accepting this preliminary information form, the BUYER accepts in advance that if the contract subject confirms the order, it will be under the obligation to pay the price subject to the order and, if any, additional charges such as shipping fee, tax, and that it has been informed about it. "
	    
	   document.getElementById('cnttitle').innerHTML = "SALES CONTRACT"
	   document.getElementById('st0').innerHTML = '2. SELLER INFORMATION' 
	   document.getElementById('st1').innerHTML = 'Company Name' 
	   document.getElementById('st2').innerHTML = "EGS ELEKTRONIK GUV.SIS. SAN.TIC.LTD."
	   document.getElementById('st3').innerHTML = "Address"
	   document.getElementById('st4').innerHTML = "Denizciler Mh. 21.Sk. No:13/A P.O.B. 31280 Iskenderun  / HATAY / TURKEY"
	   document.getElementById('st5').innerHTML = "Telephone"	   
	   document.getElementById('sta1').innerHTML = "Name/Surname"  
	   document.getElementById('sta2').innerHTML = "Address" 
	   document.getElementById('sta3').innerHTML = "Telephone" 
	   
	   document.getElementById('sta1').style.paddingRight ="25px" 
	   document.getElementById('sta2').style.paddingRight ="41px" 
	   document.getElementById('sta3').style.paddingRight ="36px" 
	   document.getElementById('sta4').style.paddingRight ="56px" 
	   
	   
	   document.getElementById('st3').style.paddingRight ="41px"
	   document.getElementById('st5').style.paddingRight ="36px"
	   document.getElementById('st6').innerHTML = "+90 326 645 24 08"
	   document.getElementById('st7').style.paddingRight ="56px"
	   document.getElementById('st8').innerHTML = "+90 326 645 48 52"
	   document.getElementById('st9').style.paddingRight ="56px"
	   
	   document.getElementById('sta5').innerHTML = " <B> 3. BUYER INFORMATIONS </B> (Hereinafter referred to as BUYER)"	   
	   document.getElementById('sta6').innerHTML = "4. INFORMATION ON THE CONTRACT SUBJECT PRODUCT / PRODUCTS"
	   document.getElementById('sta7').innerHTML = "<B> 4.1 </B> The basic characteristics (type, quantity, brand / model, color, number) of the good / product / products / service are available on the website of the SELLER.<br /> <B> 4.2 </B> The prices listed and announced on the site are the selling price. The announced prices and promises are valid until they are updated and changed. The prices announced periodically are valid until the end of the specified period.<br /> <B> 4.3 </B> The selling price of the contract goods or service, including all taxes, is shown in the table below."
	   
	   document.getElementById('tbl1').innerHTML = "Image"
	   document.getElementById('tbl2').innerHTML = "Product Code"
	   document.getElementById('tbl3').innerHTML = "Product Name"
	   document.getElementById('tbl4').innerHTML = "Color"
	   document.getElementById('tbl5').innerHTML = "Currency" 
	   document.getElementById('tbl6').innerHTML = "Qty."
	   document.getElementById('tbl7').innerHTML = "U.Price TL"
	   document.getElementById('tbl8').innerHTML = "T.Price TL."
	   
	   document.getElementById('tbla').innerHTML = "Subtotal" 
	   document.getElementById('tblb').innerHTML = "Tax 18 %" 
	   document.getElementById('tblc').innerHTML = "Overall Total" 
	   
	   document.getElementById('hkm1').innerHTML = "5. GENERAL PROVISIONS"
	   document.getElementById('hkm2').innerHTML = "<B> 5.1 </B> </B>The BUYER accepts, declares and undertakes that he has read the preliminary information about the basic characteristics of the product subject to the contract, the sales price and the payment method and the delivery on the website of the SELLER and gives the necessary confirmation electronically. BUYER'S; It accepts, declares and undertakes that it confirms the Preliminary Information electronically, before the establishment of the distance sales contract, the address to be given to the BUYER by the SELLER, the basic features of the products ordered, the price of the products including taxes, payment and delivery information are also correct and complete. <br /> <B> 5.2 </B> Each product subject to the contract is delivered to the person and / or organization at the address indicated by the BUYER or BUYER within the period specified in the preliminary information section on the website, depending on the distance of the BUYER's settlement, provided that it does not exceed the legal period of 30 days. If the product cannot be delivered to the BUYER within this period, the BUYER reserves the right to terminate the contract. <br /> <B> 5.3 </B> The SELLER shall deliver the product subject to the contract in full, in accordance with the qualifications specified in the order, and with the warranty documents, user manuals, if any, without any defects, in accordance with the requirements of the legal legislation, in accordance with the standards and the information and documents required by the business, and in accordance with the principles of integrity and honesty. to protect and increase the service quality, to show the necessary attention and care during the performance of the work, to act with prudence and foresight. <br /> <B> 5.4 </B> The SELLER may supply a different product of equal quality and price by informing the BUYER and obtaining its explicit approval before the contractual performance obligation expires. <br /> <B> 5.5 </B> If the SELLER fails to fulfill the contractual obligations in case the fulfillment of the product or service subject to the order becomes impossible, the SELLER accepts, declares and undertakes that it will notify the consumer in writing within 3 days from the date of learning and return the total price to the BUYER within 14 days. <br /> <B> 5.6 </B> The BUYER accepts, declares and undertakes that it will confirm this Preliminary Information Form electronically for the delivery of the contractual product, and if the contractual product price is not paid for any reason and / or is canceled in the bank records, the SELLER's obligation to deliver the contractual product will end. <br /> <B> 5.7 </B> BUYER, after the delivery of the product subject to the contract to the person and / or organization at the address indicated by the BUYER or the BUYER, if the price of the product subject to the contract is not paid to the SELLER by the relevant bank or financial institution, the BUYER It accepts, declares and undertakes that it will return it to the SELLER within 3 days, shipping costs to be borne by the SELLER.<br /> <B> 5.8 </B> The SELLER accepts, declares and undertakes that it will notify the BUYER of the situation if it cannot deliver the product subject to the contract within due time due to force majeure situations such as the occurrence of unforeseen, unpredictable and preventing and / or delaying situations of the parties from fulfilling their debts. The BUYER is also entitled to request from the SELLER to cancel the order, replace the product subject to the contract with a precedent, and / or postpone the delivery period until the obstacle is removed. In case the order is canceled by the BUYER, the amount of the product is paid to him in cash and in lump sum within 14 days in the payments made by the BUYER in cash. In the payments made by the BUYER by credit card, the product amount is returned to the relevant bank within 14 days after the order is canceled by the BUYER. BUYER, the average process of reflecting the amount returned to the credit card by the SELLER to the BUYER account by the bank may take 2 to 3 weeks, since the reflection of this amount to the BUYER's accounts after the return to the bank is entirely related to the bank transaction process, the BUYER shall inform the SELLER for possible delays. It accepts, declares and undertakes that it cannot be held responsible.  <br /> <br />"
	   
	   document.getElementById('inv1').innerHTML = "6. INVOICE INFORMATIONS"
	   document.getElementById('inv2').innerHTML = "Payment method"
	   document.getElementById('inv3').innerHTML = "Will be selected in the next tab !"
	   document.getElementById('inv4').innerHTML = "Delivery Address"
	   document.getElementById('inv5').innerHTML = "Person to be delivered"
	   document.getElementById('inv6').innerHTML = "Invoice Address"
	   document.getElementById('inv7').innerHTML = "Invoice Delivery"
	   document.getElementById('inv8').innerHTML = "It will be delivered to the invoice address with the order."
	   
	   document.getElementById('inv4').style.paddingRight ="18px"
	   document.getElementById('inv5').style.paddingRight ="5px"
	   document.getElementById('inv6').style.paddingRight ="11px"
	   document.getElementById('inv7').style.paddingRight ="14px"
	   
	   document.getElementById('cym1').innerHTML = "7. RIGHT OF WITHDRAWAL"
	   document.getElementById('cym2').innerHTML = '<B> 7.1 </B> BUYER; In distant contracts regarding the sale of goods, within 14 (fourteen) days from the date of delivery to the product itself or to the person / organization at the address indicated, it can use the right to withdraw from the contract by refusing the goods without any legal and criminal liability and without any justification, provided that the SELLER is notified. In distant contracts for service provision, this period starts from the date the contract is signed. Before the expiry of the right of withdrawal, the right of withdrawal cannot be exercised in the service contracts whose service is started with the approval of the consumer. The costs arising from the use of the right of withdrawal belong to the SELLER. The BUYER accepts in advance that he has been informed about the right of withdrawal by accepting this contract.<br /> <B> 7.2 </B> In order to use the right of withdrawal, it is necessary to make a written notification to the SELLER by registered mail, fax or e-mail within 14 (fourteen) days and the product must not be used within the framework of the provisions of "Products for which the Right of Withdrawal Cannot Be Used" regulated in this contract. If this right is exercised,<br /> <B> 7.2.1 </B> The invoice of the product delivered to the 3rd party or the BUYER, If the invoice of the product to be returned is corporate, it must be sent with the return invoice issued by the institution when returning it. Order returns whose invoices are issued on behalf of institutions will not be completed unless the RETURN INVOICE is issued.<br /> <B> 7.2.2 </B> Return form, <br /> <B> 7.2.3 </B> The products to be returned must be delivered complete and undamaged with the box, packaging and standard accessories, if any.<br /> <B> 7.2.4 </B> The SELLER is obliged to return the total price and the documents that put the BUYER under debt within 10 days from the receipt of the withdrawal notice to the BUYER and to return the goods within 20 days.<br /> <B> 7.2.5 </B> If there is a decrease in the value of the goods due to the fault of the BUYER or if the return becomes impossible, the BUYER is liable to compensate the damages of the SELLER at the rate of his fault. However, the BUYER is not responsible for the changes and deteriorations that occur due to the proper use of the product or product within the period of withdrawal.<br /> <B> 7.2.6 </B> If the campaign limit amount set by the SELLER is decreased due to the use of the right of withdrawal, the discount amount used within the scope of the campaign is canceled.'
	 
	   document.getElementById('cym3').innerHTML = "<B> 8. PRODUCTS THAT CANNOT BE USED TO WITHDRAWAL </B>"
	   document.getElementById('cym4').innerHTML = "<B> 8.1. a) </B> Contracts for goods or services whose prices vary depending on fluctuations in financial markets and are not under the control of the seller or the supplier. <br /> <B> b) </B> Contracts for goods prepared in line with the consumer's wishes or personal needs. <br /> <B> c) </B> Contracts for the delivery of perishable or expired goods.<br /> <B> d) </B> Of the goods whose protective elements such as packaging, tape, seal, package have been opened after delivery; Contracts for the delivery of those whose return is not suitable for health and hygiene.<br /> <B> e) </B> Contracts for goods that are mixed with other products after delivery and cannot be separated by their nature.<br /> <B> f) </B> Contracts for books, digital content and computer consumables, data recording and data storage devices provided in the material environment if the protective elements such as packaging, tape, seal, package are opened after the delivery of the goods.<br /> <B> g) </B> Contracts for the delivery of periodicals such as newspapers and magazines, except those provided under the subscription agreement.<br /> <B> h) </B> Contracts for the use of leisure time for accommodation, moving goods, car rental, food and beverage supply and entertainment or recreation, which should be done on a specific date or period.<br /> <B> i) </B> Contracts for instant services in electronic environment or for intangible goods delivered immediately to consumers.<br /> <B> j) </B> Contracts for services started with the consent of the consumer before the right of withdrawal expires. <br /> Cosmetics and personal care products, underwear products, swimwear, bikinis, books, reproducible software and programs, DVD, VCD, CD and cassettes and stationery consumables (toner, cartridge, tape, etc.) and they must not be used.<br /> <B> 8.2 </B> The SELLER may apply for complaints and objections to the arbitration committee or consumer court for consumer problems in the place where the consumer is located or where the consumer transaction is made within the monetary limits specified in the following law. Information on the monetary limit is below: Effective as of 28/05/2014:<br /> <B> a) </B> To district consumer arbitration committees in disputes whose value is less than 2.000,00 (two thousand) TL in accordance with Article 68 of the Law on the Protection of Consumers No 6502,<br /> <B> b) </B>To provincial consumer arbitration committees in disputes with a value below 3.000,00 (three thousand) TL,<br /> <B> c) </B> In provinces with metropolitan status, applications are made to provincial consumer arbitration committees in disputes between 2.000.00 (two thousand) TL and 3.000.00 (three thousand) TL. <br /> <br /> This agreement is made for commercial purposes."
	   
	   document.getElementById('cmnytitle').innerHTML = "SELLER : EGS ELEKTRONIK GUV.SIS. SAN.TIC.LTD."
	   document.getElementById('prnscroll').value = "Print"
	   document.getElementById('topofpage').value = "Top of page"
		   
    }
}

function LoadCurrency(){    

	var mobile = (/iphone|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase())) 
	if (mobile == true){
	  document.cookie = "OrientationProcess=takip.asp"; 
	  document.location="anasayfa" 	 
	
	}  else {	  
	  document.getElementById("indexpage").style.display = "block"   
	} 
	
   TestLanguage()          

   var KurUsd = '44.8466'
   var KurEuro = '52.8686'
   KurUsd = parseFloat(KurUsd); 
   KurEuro = parseFloat(KurEuro);
   KurUsd = KurUsd.toFixed(4);	 
   KurEuro = KurEuro.toFixed(4);
   var Parite = KurEuro / KurUsd
   Parite = parseFloat(Parite);
   Parite = Parite.toFixed(4);
   var Msg =''
   
   var priceformat = KurUsd;   
   
   if (Msg != "Hata"){  
	 priceformat = parseFloat(priceformat)
	 document.getElementById('usd').innerHTML = priceformat.formatMoney(4,".", ",")  + " TL" 
	 
	 priceformat = KurEuro; 
	 priceformat = parseFloat(priceformat)
	 document.getElementById('euro').innerHTML = priceformat.formatMoney(4,".", ",") + " TL"
	 
	 
	 priceformat = Parite; 
	 priceformat = parseFloat(priceformat)
	 document.getElementById('parite').innerHTML = priceformat.formatMoney(4,".", ",") 
   } else {
	  document.getElementById('usd').innerHTML = "Hata"
      document.getElementById('euro').innerHTML = "Hata"
	  document.getElementById('parite').innerHTML = "Hata"
	  document.getElementById('usd').style.color = "#FF0000"
	  document.getElementById('euro').style.color = "#FF0000"
	  document.getElementById('parite').style.color = "#FF0000" 
   } 
   
   document.getElementById('main').style.visibility='visible'; 
   ReadCookie(KurUsd,KurEuro)	 
   preparediv()
   
   var orderstatus = 'UNREC'  
   
   if (orderstatus == "REC") {	        
        document.getElementById('siparistarih').options.length = 0
		var sel = document.getElementById('siparistarih');
		var DateValue=""  
		var Value
		var datalen = '8'		 	 
		if (datalen!= "") {  
		    document.getElementById('reorder').style.display = "block"    
			 
				Value = '3.03.2025 13:24:36'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = '6.02.2025 01:05:49'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = '28.12.2024 13:32:22'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = '22.02.2024 21:09:16'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = '18.07.2023 14:05:54'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = '21.03.2021 22:50:03'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = '6.01.2020 14:00:29'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = '13.09.2018 00:36:43'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = '29.03.2018 09:49:21'	
				DateValue = DateValue +  Value  + "*" 					 
								 
				
			
			DateValue = DateValue.substring(DateValue.length-1, 0); 				
			 
			var Dizi = new Array()  
			Dizi = DateValue.split('*')
			var opt  
			
			for(i=0; i<Dizi.length;i++)	{ 				 				    
				 opt = document.createElement('option');
				 opt.innerHTML = Dizi[i];
				 opt.value = Dizi[i];	
				 sel.appendChild(opt);			     	   
			} 
			
			DateValue="" 
			document.getElementById('referansno').options.length = 0
			sel = document.getElementById('referansno');
			
			 
				Value = 'UWTV2025031'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = 'UWTV2025021'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = 'UWTV2024121'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = 'UWTV2024021'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = 'UWTV2023071'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = 'UWTV2021033'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = 'UWTV2020011'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = 'UWTV2018091'	
				DateValue = DateValue +  Value  + "*" 					 
								 
			 
				Value = 'UWTV2018031'	
				DateValue = DateValue +  Value  + "*" 					 
								 
				
			
			DateValue = DateValue.substring(DateValue.length-1, 0);
			Dizi = DateValue.split('*')
			 
			
			for(i=0; i<Dizi.length;i++)	{ 				 				    
				 opt = document.createElement('option');
				 opt.innerHTML = Dizi[i];
				 opt.value = Dizi[i];	
				 sel.appendChild(opt);			     	   
			}		 
			
			ViewOrder(document.getElementById('referansno').value)		
			 
		} else{ 	
             // KAYITLI ÜRÜN YOK 
			 
			document.getElementById('siparistarih').style.display = "none"  
	        document.getElementById('referansno').style.display = "none"
			document.getElementById('tablelastorder').style.display = "none"
			document.getElementById('nothingproduct').style.display = "block" 
			
		    if (Language == "English") { 
	           document.getElementById('nocustomer').innerHTML ="No Order Record Found !"	
	        }  else {	
	           document.getElementById('nocustomer').innerHTML ="Sipariş Kaydı Bulunamadı !"	
	        } 		
			
		}
		
   } else { 
         
		  
     var tstunrec = getCookie("EgsUnregisteredBuying")	 
	 if (typeof(tstunrec) != "undefined") {
	     document.getElementById('unrecrefno').value =  tstunrec
		 UnrecOrder()
	 } 		  
		  
	 document.getElementById('siparistarih').style.display = "none"  
	 document.getElementById('referansno').style.display = "none"
	 
	 if (Language == "English") { 
	    document.getElementById('nocustomer').innerHTML ="&#9660; Enter Order Number for Shopping Without Membership ?"
	 }  else {	
	    document.getElementById('nocustomer').innerHTML ="&#9660; Üyeliksiz Alışverişe Ait Sipariş Numarası Giriniz ?"
	 }
	 
	 document.getElementById('refnoblock').style.display = "block"
	 document.getElementById('gosterbutton').style.display = "block"  
   
   }  
  
 document.getElementById('TabbedPanels1').style.display = "block" 
 setTimeout(ImageTimeOut, 1000)	 
}

</script> 

<body onload="LoadCurrency()" id="indexpage" style="display:none">

<div class="preinvoice" id="preinvoice">
<div class="labeltitle" id="totalitem"> </div><br />
 
<div class="tableblock">
 <table id="ordertable">
  
  <tr>
    <th id="cl1" width="104px" scope="col" cellspacing="0">Resim </th>
    <th id="cl2" width="104px" scope="col">Ürün Kodu</th>    
    <th id="cl3" width="104px" scope="col">Ürün Adı</th>
    <th id="cl4" width="104px" scope="col">Renk</th>
    <th id="cl5" width="104px" scope="col">Adet</th>
    <th id="cl6" width="104px" scope="col">B.Fiyat TL.</th> 
    <th id="cl7" width="104px" scope="col">Tutar TL.</th>         
  </tr> 
   
  
</table> 
</div>

<div id="aratoplamwr" class="label1" style="margin-top:8px"> Ara Toplam </div> 
<div class="label2" style="margin-top:8px" id="aratoplam"> </div><br />
<div id="kdvtoplamwr" class="label1"> KDV % 20</div> 
<div class="label2" id="kdvtoplam"> </div><br />
<div id="geneltoplamwr" class="label1"> Genel Toplam</div>
<div class="label2" id="geneltoplam"> </div><br />

<div  id="smallorder" class="label1"></div>  

<div class="button1"> 
<input id="btn1" type="button" name="Button1" value="Alışverişe Devam Et" onClick="CloseBasket()" />  
</div>

<div class="button2">
<input id="btn2" type="button" name="Button2" value="Siparişi Tamamla" onClick="SepetimeGonder()" />
</div>

</div>
 
<div class="upperline">
   
</div>    

 
<div id="main" style="visibility:hidden">     

<ul class="uppergroup">   
   <ul class="list-services"> 
   
       <li id="language" class="item-12" style="margin-right:30px"> <a style="cursor:pointer" onclick="ChangeLanguage()">English</a></li> 
       <li id="Index1" class="item-3" style="margin-right:2px"> <a href="bizeulas">İletişim</a> </li>  
       <li class="item-6" style="margin-right:-3px"> <a href="https://twitter.com/electrosec1" target="_blank">Twitter</a> </li>   
       <li id="Index2" class="item-5" style="margin-right:-8px"> <a href="#" onclick="TavsiyeLink()">Tavsiye Et</a> </li>
       <li id="Index3" class="item-4" style="margin-right:-19px"> <a href="indirme">İndirme </a> </li> 
       <li id="Index4" class="item-9" style="margin-right:-7px;font-weight:bold; color:#3FF; cursor:default"> Sipariş Takip</li> 
       <li id="Index5" class="item-2" style="margin-right:-44px"> <a href="member">  Üye İşlemleri  </a> </li>  
       <li id="Index6" class="item-8" style="margin-right:15px;margin-right:-5px"> <a href="index">Ana Sayfa</a> </li>    
       <div style=" border-left:3px solid #EEEEEE; height:30px; width:5px; display:inline-block; float:right; margin-right:5px ">  </div>        
       <li id="Index7" class="item-10"  style="margin-right:-40px"> <a href="https://wa.me/905332359972?text=Merhaba" target="_blank">WhatsApp Yardım</a> </li> 
       <li id="Index8" class="item-11" style="margin-right:-48px"> <a href="https://egsguvenlik.com/fiyat_listeleri/2026_fiyat_listesi.pdf" target="_blank">2026 Fiyat Listesi</a> </li>   
    
   </ul> 
</ul>    

  <div style="width:280px;" id="LogoImg" class="logo" onclick="BayiGiris()">  
   </div>  
  
     <div style=" width:700px;float:right;margin-right:-2px; margin-top:-53px; margin-bottom:-12px">
   
     <div class="shopgroup" id="shopgroup" onClick="OpenBasket()">      
       <li class="item-1" id="pcs">  0 </li> 
       <li id="BasId" class="item-2">  Alışveriş Sepetim  </li><br /> 
       <li class="item-3" id="price">  0,00 TL  </li> 
     </div>
    
     <form id="search-form" method="post" action="detayli_arama">				   
          <div class="search-form">					
            <input autocomplete="off" type="text" name="search_button" id="searchproduct" onKeyUp="DetayArama()" value="Ürün Ara ..." onBlur="SetValue()" onFocus="if(this.value =='Ürün Ara ...' || this.value =='Search Product ...') this.value=''" />
            <a  onClick="SearchClick()">Search</a>									
       </div>	         
     </form> 
    
      <div style="padding-left:5px;padding-bottom:5px;padding-top:5px" class="SearchProduct" id="SearchProduct">
          <table style="width:385px" id="searchtable"> </table> 
     </div>	
     
     <div  class="customerblock" id="customername"> </div>	
           
        
  </div>      
  
 <div class="productgroup" > 
   <ul class="list-access">     
        <li class="item-1">  
        <div id="progroupaccess" class="TitleProducts"> GEÇİŞ KONTROL SİSTEMLERİ </div>       
        <p id="progrpassword"> <a href="sifre-cihazlari"><l14> </l14> Şifre Cihazları </a>  </p>  
       
        <p id="progrrfidreader"> <a onClick="toogle('standreader*systemreader','rddev','Rfid Kart Okuyucular','-','bkro*Bağımsız Kart Okuyucular*skro*Sistem Kart Okuyucular')" id="rddev">&#9658; Rfid Kart Okuyucular </a> </p>      
        <p id="standreader" style="display:none; margin-left:30px"> <a href="rfid-bagimsiz-kart-okuyucular" id="bkro">Bağımsız Kart Okuyucular </a> </p> 
        <p id="systemreader" style="display:none; margin-left:30px"> <a href="rfid-sistem-kart-okuyucular" id="skro" >Sistem Kart Okuyucular </a> </p> 
       
        <p id="progrmifreader"> <a onClick="toogle('standmifare*systemmifare','mfdev','Mifare Kart Okuyucular','-','bkmro*Bağımsız Kart Okuyucular*skmro*Sistem Kart Okuyucular')" id="mfdev">&#9658; Mifare Kart Okuyucular </a> </p>      
        <p id="standmifare" style="display:none; margin-left:30px"> <a href="mifare-bagimsiz-kart-okuyucular" id="bkmro">Bağımsız Kart Okuyucular </a> </p> 
        <p id="systemmifare" style="display:none; margin-left:30px"> <a href="mifare-sistem-kart-okuyucular" id="skmro" >Sistem Kart Okuyucular </a> </p>         
       
        <p id="progrrfcard"> <a href="rfid-kart-anahtarliklar" id="rfkartdev"> <l14> </l14> Rfid Kart ve Anahtarlıklar </a> </p>
        <p id="progrmfcard"> <a href="mifare-kart-anahtarliklar" id="mfrkartdev"> <l14> </l14> Mifare Kart ve Anahtarlıklar </a> </p>
        <p id="progracpanel"> <a href="gecis-kontrol-panelleri"><l14></l14> Geçiş Kontrol Panelleri </a>  </p> 
        <p id="progfinger"> <a href="parmak-izi-sistemleri"><l14></l14> Yüz Tanıma ve Parmak İzi </a>  </p> 
        <p id="progrdev"> <a href="yazilim-gelistirme-setleri" id="acdevdev"><l14> </l14> Yazılım Geliştirme Setleri </a>  </p> 
        <p id="progrturns"> <a href="turnike-bariyerler" id="turndev"><l14> </l14> Turnike ve Bariyerler </a>  </p>  
        <p id="progrlock"> <a href="elektrikli-kapi-kilitleri" id="elecdoorlock"><l14> </l14> Elektrikli Kapı Kilitleri </a>  </p>   
     </li>  
    </ul>    
    
     <ul class="list-alarm">     
         <li class="item-1">  
         <div  id="progroupalarm" class="TitleProducts"> ALARM ve OTOMASYON </div>
         <p id="proggrhome"> <a href="wa-7"> <l14> </l14> Akıllı Ev Otomasyon Sistemi</a></p> 
         <p id="proggrburglar"> <a href="soygun-yangin-alarm-sistemleri"> <l14> </l14> Soygun ve Yangın Sistemleri </a></p> 
         <p id="proggrtemphum"> <a href="isi-nem-takip-sistemleri" id="thdev"> <l14> </l14> Isı ve Nem Takip Sistemleri </a>  </p>  
         <p id="proggrgsmdialer"> <a href="gsm-arama-uniteleri"><l14></l14> Gsm Arama Üniteleri </a> </p>  
         <p id="proggrphonedialer"> <a href="telefon-arama-modulleri"><l14></l14> Telefon Arama Modülleri </a> </p> 
         <p id="proggrahm"> <a href="alarm-izleme-sistemleri"><l14></l14> Alarm İzleme Sistemleri </a> </p> 
         <p id="proggrequipment"> <a onClick="toogle('alarmdedector*alarmsiren*manyetikkontak*butonakutrafo','alarmdev','Alarm Ekipmanları','-','-')" id="alarmdev">&#9658; Alarm Ekipmanları </a> </p>   
         <p id="alarmdedector" style="display:none; margin-left:30px"> <a href="alarm-dedektorleri">Alarm Dedektörleri </a> </p>           
         <p id="alarmsiren" style="display:none; margin-left:30px"> <a href="alarm-sirenleri">Alarm Sirenleri </a> </p> 
         <p id="manyetikkontak" style="display:none; margin-left:30px"> <a href="manyetik-kontaklar">Manyetik Kontaklar </a> </p> 
         <p id="butonakutrafo" style="display:none; margin-left:30px"> <a href="buton-aku-trafolar">Adaptör ve Aküler </a> </p>  
     </li>  
    </ul>   
    
      <ul class="list-cctv">     
          <li class="item-1"> 
          <div id="progroupcctv" class="TitleProducts"> CCTV KONTROL ÜNİTELERİ </div>
          <p id="progroupmatrix"> <a href="video-matrix"> <l14></l14> 48 Kanal Video / Audio Matrix </a></p>            
          <p id="progroupswitcher"> <a href="kamera-seciciler"> <l14></l14> Kamera Seçiciler </a></p>     
          <p id="progroupcontrol"> <a href="kontrol-uniteleri"> <l14></l14> Matrix/Seçici Kontrol </a></p>         
          <p id="progroupdist"> <a href="video-distributorler"> <l14></l14> Video Distribütörler </a></p>           
          <p id="progroupvoice"> <a href="dc-dc-adaptor"> <l14></l14> Adaptörler ve Ses Kartı</a></p> 
  
     </li>  
    </ul>
    
               <div id="cargogroupImg" class="cargogroup"></div>              
               
               <ul id="dovizgroupİmg" class="dovizgroup"> <br /> <br />  
              
               <li class="item-1">  USD    </li> 
               <li class="item-4" id="usd">  </li> <br /><br />
      
               <li class="item-2">  EURO    </li> 
               <li class="item-4" id="euro">  </li> <br /><br />
              
               <li id="PariteWord" class="item-3">  PARİTE    </li> 
               <li class="item-4" id="parite">  </li>                              
               </ul>  
               
               <div id="TitleBannerImg" class="TitleBanner"> </div>	
               
                <div id="ETBIS"><div style="background:#DDD; margin-top:2%; text-align:center;padding:2%; width:88%; margin-left:4%" id="8413170681411733"><a href="https://etbis.eticaret.gov.tr/sitedogrulama/8413170681411733" target="_blank"><img style='width:100px; height:120px' src="data:image/jpeg;base64, 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"/></a></div></div>
               
               <ul class="list-info">
               <li class="item-1">
               <p id="aboutus"> <a href="hakkimizda"> <l14></l14> Hakkımızda </a></p>
               <p id="sertifika"> <a href="belgelerimiz"> <l14></l14> Sertifikalar </a></p>
               <p id="securityp"> <a href="gizlilik-ve-guvenlik"> <l14></l14> Gizlilik ve Güvenlik </a></p>
               <p id="paymentdelivery"> <a href="odeme-ve-teslimat"> <l14></l14> Ödeme ve Teslimat </a></p>
               <p id="warrantyreturn"> <a href="garanti-ve-iade"> <l14></l14> Garanti ve İade Koşulları </a></p>
               <p id="salescontract"> <a href="mesafeli-satis-sozlesmesi"> <l14></l14> Mesafeli Satış Sözleşmesi </a></p>
               </li> </ul>       
               <div class="visamasterimg" style=" float:left; margin-left:50px; height:65px"></div>       
  </div>  
  
  
   <div id="tracktitle" class="selectedproducs" style=" height:30px">  <l15> SİPARİŞ TAKİP ve ESKİ SİPARİŞLERİ İNCELEME </l15>   
   
   <ul class="list-services"> 
       <li class="item-7"> <a onclick="goBack()">Geri Dön</a> </li>         
   </ul>  
   
        
       
   </div>   
   
    
  <div class="newproduct"  id="newproduct">    
    
   
    <div id="TabbedPanels1" class="TabbedPanels" style="float:left; display:none">   
             <ul class="TabbedPanelsTabGroup">
               <li class="TabbedPanelsTab" tabindex="0" id="nocustomer" style="background:#009; cursor:default"> &#9660; Siparişlerinizi tarih veya sipariş numarasına göre izleyebilirsiniz.</li> 
            </ul>
            
            <div class="TabbedPanelsContentGroup" id="tabbgcolor"> 
            
              <div class="TabbedPanelsContent">                    
                <div class="productscontent">  
                    
                            <div class="nothingproduct" id="nothingproduct" style="margin-top:3px;"> Siparişiniz Bulunmamaktadır !</div>
                                               
                            <div class="labelgroup" id="refnoblock" style="display:none" >                       
                                <input style="width:150px; margin-top:10px; margin-left:-5px;text-transform:uppercase;" type="text" maxlength="20" id="unrecrefno"/>                            </div>  
                            
                            <div class="button1"  id="gosterbutton" style="margin-top:11px; margin-left:12px; float:left; display:none">
                                <input id="ViewButton" type="button" style="width:100px; height:25px" value="Göster" onclick="UnrecOrder()" />
                            </div>
                            
                            <div class="labelgroup" id="unrecblock" style="display:none; margin-left:-12px; margin-top:12px" >  
                             <a id="unrecdate">  </a>                     
                            </div>  
                            
                            <div class="button2"  id="unreorder" style="margin-top:11px; margin-right:7px; float:right; display:none">
                                <input id="Reorder1" type="button" style="width:215px; height:25px" value="Bu Siparişi Tekrar Ver" onclick="ReOrder()" />
                            </div>            
                    
                    
                  <div class="tablelastorder" id="tablelastorder">  
                                         
                               <select style="padding-left:5px" size="1" id="siparistarih" onchange="ViewDate()">  </select>   
                               <select style="padding-left:5px" size="1" id="referansno" onchange="ViewRefno()">   </select>                               
                                
                                <div class="button2"  id="reorder" style="margin-top:14px; margin-left:14px; float:left; display:none">
                                <input id="Reorder2" type="button" style="width:250px; height:25px" name="Button2" value="Bu Siparişi Tekrar Ver" onclick="ReOrder()" />
                               </div>  
                               
                                 <div class="labelgroup" id="paymenttypelbl" style="width:380px; display:none; margin-top:-7px; margin-left:20px; color:#000000; text-align: left; border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;"> </div>        
                                
                                
                               <div class="labelgroup" id="orderinfo" style="width:680px; display:none; margin-top:0px; margin-left:14px; color:#FFF; text-align: center; background-color:#009;border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;"> </div>     
                                                                                     
                                <table id="lastorder">                              
                                  <tr>
                                    <th id="lastord1" width="60px" height="22" scope="col">Resim</th>  
                                    <th id="lastord2" width="100px" height="22" scope="col">Ürün Kodu</th>    
                                    <th id="lastord3" width="100px" scope="col">Ürün Adı</th>
                                    <th id="lastord4" width="90px" scope="col">Renk</th>
                                    <th id="lastord5" width="70px" scope="col">Döviz</th>
                                    <th id="lastord6" width="50px" scope="col">Adet</th>
                                    <th id="lastord7" width="100px" scope="col">B.Fiyat TL.</th> 
                                    <th id="lastord8" width="100px" scope="col">Tutar TL.</th>         
                                  </tr>                             
                                </table>   
                                
                                 <ul id="SipGunKur" class="teklifdoviz">  &nbsp;   &nbsp;  &nbsp;  Sipariş Günü Kurları <br /> <br />                
                                     <li class="item-1">  USD    </li> 
                                     <li class="item-4" id="orderusd">  </li> <br /><br />
                            
                                     <li class="item-2">  EURO    </li> 
                                     <li class="item-4" id="ordereuro">  </li> <br /><br />
                                    
                                     <li class="item-3">  PARİTE    </li> 
                                     <li class="item-4" id="orderparite">  </li>                              
                                 </ul>   
                                
                                <div id="lastaratwrite" class="label1" style="margin-top:8px; margin-left:468px"> Ara Toplam </div> 
                                <div class="label2" style="margin-top:8px" id="lastaratoplam"> </div><br />
                                                             
                                
                                <div id="lasttaxwrite" class="label1" style="margin-left:468px"> KDV % 18</div> 
                                <div class="label2" id="lastkdv"> </div><br />
                                
                                
                                <div id="lastgtwrite" class="label1" style="margin-left:468px"> Genel Toplam</div>
                                <div class="label2" id="lastgeneltoplam"> </div><br /> <br /> <br /> <br />
                                <br /> <br /> <br />   
                                
                                
                                <div class="labelgroup" id="orderdelivery" style="display:none;width:680px;margin-top:0px; margin-left:14px;color:#FFF; text-align: center; background-color:#666666;border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;"> Teslimat Bilgileri </div>  
                                
                                <table id="orddlvtbl" style="height:10px">                              
                                                  
                                </table>  
                                
                                <div class="labelgroup" id="orderinvoice" style="display:none;width:680px;margin-top:10px; margin-left:14px;color:#FFF; text-align: center; background-color:#666666;border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;"> Fatura Bilgileri </div> 
                                 
                                 <table id="orinvoicetbl" style="height:10px">                              
                                                  
                                </table>  
                                
                                 <div class="labelgroup" id="orderbankact" style="display:none;width:680px;margin-top:10px; margin-left:14px;color:#FFF; text-align: center; background-color:#666666;border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;"> Banka Hesap Bilgileri </div>  
                                 
                                 <table id="orbankttbl" style="height:10px">                              
                                                  
                                </table> 
                                
                    <div class="labelgroup" id="orderconttitle" style="display:none;width:680px;margin-top:10px; margin-left:14px;color:#FFF; text-align: center; background-color:#666666;border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;"> Mesafeli Satış Sözleşmesi </div>   
                        
                        
                        
                    <div id="printdoc" style="width:95%; display:none; font-weight:normal">  
                            
                            <TL3 style=" padding-bottom::0px"> <B> <a id="cnttitle"> MESAFELİ SATIŞ SÖZLEŞMESİ </a> </B>  <br /><br /> </TL3> <TL3 style="padding-bottom:0px; padding-top:0px; margin-top:-20px">  
                            <a id="cntwr1"> <B> 1.KONU  </B>  <br /> <br />
İşbu Satış Sözleşmesinin konusu, SATICI' nın, SİPARİŞ VEREN/ALICI' ya satışını yaptığı, 
aşağıda nitelikleri ve satış fiyatı belirtilen ürün/ürünlerin satışı ve teslimi ile ilgili olarak 6502   
sayılı Tüketicilerin Korunması Hakkındaki Kanun - Mesafeli Sözleşmeler Yönetmeliği (RG:27.11.2014/29188)  
hükümleri gereğince tarafların hak ve yükümlülüklerini kapsamaktadır. İşbu ön bilgilendirme formunu  
kabul etmekle ALICI, sözleşme konusu siparişi onayladığı takdirde sipariş konusu bedeli ve varsa kargo   
ücreti, vergi gibi belirtilen ek ücretleri ödeme yükümlülüğü altına gireceğini ve bu konuda 
bilgilendirildiğini peşinen kabul eder. </a>  <br /> <br />

<B> <a id="st0"> 2. SATICI BİLGİLERİ </a> </B> </TL3><br /> <br />  
<TL4> <a id="st1"> Ünvanı </a> </TL4> <TL4>  : </TL4>  <TL4 style="padding-left:10px" > <a id="st2"> EGS ELEKTRONİK GÜV.SİS. SAN.TİC.LTD. </a> </TL4>  <br />  
<TL4> <a id="st3"> Adres </a>  </TL4> <TL4 style="padding-left:47px">  : </TL4>  <TL4 style="padding-left:10px">  <a id="st4"> Denizciler Mh. 21.Sk. No:13/A 31280 İskenderun / HATAY </a>  </TL4> <br />  
<TL4> <a id="st5">  Telefon  </a> </TL4> <TL4 style="padding-left:37px">  : </TL4>  <TL4 style="padding-left:10px" ><a id="st6">  0326 645 24 08 </a> </TL4>  <br /> 
<TL4> <a id="st7">  Fax  </a> </TL4> <TL4 style="padding-left:61px">  : </TL4>  <TL4 style="padding-left:10px" > <a id="st8">  0326 645 48 52 </a> </TL4>  <br />
<TL4> <a id="st9"> E-Mail </a> </TL4> <TL4 style="padding-left:46px">  : </TL4>  <TL4 style="padding-left:10px" > egs@egsguvenlik.com  </TL4> 
<br /><br />
<TL3 style="padding-top:0px; padding-bottom:0px; margin-top:-10px;" ><a id="sta5"> <B> 3. ALICI BİLGİLERİ </B> (Bundan sonra ALICI olarak anılacaktır.) </a> </TL3> <br /><br />
<TL4> <a id="sta1"> Adı/Soyadı  </a> </TL4> <TL4 style="padding-left:17px">  : </TL4>  <TL4 id="contratname" style="padding-left:10px">   </TL4>  <br />
<TL4> <a id="sta2">  Adres   </a> </TL4> <TL4 style="padding-left:47px">  : </TL4>  <TL4  id="contratadr" style="padding-left:10px">  </TL4>  <br /> 
<TL4> <a id="sta3"> Telefon  </a> </TL4> <TL4 style="padding-left:37px">  : </TL4>  <TL4 id="contrattlf" style="padding-left:10px">    </TL4>  <br />  
<TL4> <a id="sta4"> E-Mail  </a> </TL4> <TL4 style="padding-left:46px">  : </TL4>  <TL4 id="contratmail" style="padding-left:10px">   </TL4>  <br /> <br /> 

<TL3 style="padding-top:0px; margin-top:-10px"> <B> <a id="sta6"> 4. SÖZLEŞME KONUSU ÜRÜN/ÜRÜNLER BİLGİSİ </a> </B> <br />
<br /> <a id="sta7"> <B> 4.1 </B> Malın / Ürün/Ürünlerin / Hizmetin temel özellikleri (türü, miktarı, marka/modeli, rengi, adedi) SATICI’ya ait internet sitesinde yer almaktadır. 
<br /> <B> 4.2 </B> Listelenen ve sitede ilan edilen fiyatlar satış fiyatıdır. İlan edilen fiyatlar ve vaatler güncelleme yapılana ve değiştirilene kadar geçerlidir. Süreli olarak ilan edilen fiyatlar ise belirtilen süre sonuna kadar geçerlidir.
<br /> <B> 4.3 </B> Sözleşme konusu mal ya da hizmetin tüm vergiler dâhil satış fiyatı aşağıdaki tabloda gösterilmiştir. </a> </TL3> <br /><br />

  <div class="tableblock" id="contratblock" style="height:auto">                               
                                <table id="contrattable">                              
                                  <tr>
                                    <th id="tbl1" width="70px" height="22" scope="col" cellspacing="0">Resim </th>
                                    <th id="tbl2" width="100px" scope="col">Ürün Kodu</th>    
                                    <th id="tbl3" width="100px" scope="col">Ürün Adı</th>
                                    <th id="tbl4" width="100px" scope="col">Renk</th>
                                    <th id="tbl5" width="86px" scope="col">Döviz</th>
                                    <th id="tbl6" width="100px" scope="col">Adet</th>
                                    <th id="tbl7" width="100px" scope="col">B.Fiyat TL.</th> 
                                    <th id="tbl8" width="100px" scope="col">Tutar TL.</th>         
                                  </tr>                             
                                </table>  
                            
                              <br />
                             <table  width="100%"  border="0"> 
                              <tr>
                              <td style="border:0px solid #CCC; height:20px" width="84%" align="right">  
                               <a id="tbla"> Ara Toplam </a>
                               <br /><br />
                               <a id="tblb"> KDV % 18 </a>
                               <br /><br />
                               <a id="tblc"> Genel Toplam </a>                             
                              </td>  
                                                         
                              <td style="border:0px solid #CCC;" width="16%" align="right"> 
                                <a id="ctaratoplam">  </a>
                                <br /><br />
                                <a id="ctkdvtoplam">  </a>
                                <br /><br />
                                <a id="ctgeneltoplam"> </a>                          
                              </td>
                               </tr>                              
                            
                  </table>
                               <br /><br />
 </div>             
     
                                                
<TL3 style="padding-bottom:0px; padding-top:0px"> <B> <a id="hkm1"> 5. GENEL HÜKÜMLER  </a> </B> <br /> <br /> 
<a id="hkm2"> <B> 5.1 </B> </B>ALICI, SATICI’ya ait internet sitesinde sözleşme konusu ürünün temel nitelikleri, satış fiyatı ve ödeme      
şekli ile teslimata ilişkin ön bilgileri okuyup, bilgi sahibi olduğunu, elektronik ortamda gerekli teyidi        
verdiğini kabul, beyan ve taahhüt eder. ALICININ; Ön Bilgilendirmeyi elektronik ortamda teyit etmesi, mesafeli    
satışsözleşmesinin kurulmasından evvel, SATICI tarafından ALICI' ya verilmesi gereken adresi, siparişi verilen    
ürünlere ait temel özellikleri, ürünlerin vergiler dâhil fiyatını, ödeme ve teslimat bilgilerini de doğru ve    
eksiksiz olarak edindiğini kabul, beyan ve taahhüt eder.  <br />  
<B> 5.2 </B> Sözleşme konusu her bir ürün, 30 günlük yasal süreyi aşmamak kaydı ile ALICI' nın yerleşim yeri uzaklığına bağlı olarak internet sitesindeki ön bilgiler kısmında belirtilen süre zarfında ALICI veya ALICI’ nın gösterdiği adresteki kişi ve/veya kuruluşa teslim edilir. Bu süre içinde ürünün ALICI’ya teslim edilememesi durumunda, ALICI’nın sözleşmeyi feshetme hakkı saklıdır. <br />  
<B> 5.3 </B> SATICI, sözleşme konusu ürünü eksiksiz, siparişte belirtilen niteliklere uygun ve varsa garanti belgeleri, kullanım kılavuzları ile teslim etmeyi, her türlü ayıptan arî olarak yasal mevzuat gereklerine sağlam, standartlara uygun bir şekilde işin gereği olan bilgi ve belgeler ile işi doğruluk ve dürüstlük esasları dâhilinde ifa etmeyi, hizmet kalitesini koruyup yükseltmeyi, işin ifası sırasında gerekli dikkat ve özeni göstermeyi, ihtiyat ve öngörü ile hareket etmeyi kabul, beyan ve taahhüt eder. <br />  
<B> 5.4 </B> SATICI, sözleşmeden doğan ifa yükümlülüğünün süresi dolmadan ALICI’yı bilgilendirmek ve açıkça onayını almak suretiyle eşit kalite ve fiyatta farklı bir ürün tedarik edebilir. <br />  
<B> 5.5 </B> SATICI, sipariş konusu ürün veya hizmetin yerine getirilmesinin imkânsızlaşması halinde sözleşme konusu yükümlülüklerini yerine getiremezse, bu durumu, öğrendiği tarihten itibaren 3 gün içinde yazılı olarak tüketiciye bildireceğini, 14 günlük süre içinde toplam bedeli ALICI’ya iade edeceğini kabul, beyan ve taahhüt eder. <br />  
<B> 5.6 </B> ALICI, sözleşme konusu ürünün teslimatı için işbu Ön Bilgilendirme Formunu elektronik ortamda teyit edeceğini, herhangi bir nedenle sözleşme konusu ürün bedelinin ödenmemesi ve/veya banka kayıtlarında iptal edilmesi halinde, SATICI’ nın sözleşme konusu ürünü teslim yükümlülüğünün sona ereceğini kabul, beyan ve taahhüt eder. <br />  
<B> 5.7 </B> ALICI, Sözleşme konusu ürünün ALICI veya ALICI’nın gösterdiği adresteki kişi ve/veya kuruluşa tesliminden sonra ALICI'ya ait kredi kartının yetkisiz kişilerce haksız kullanılması sonucunda sözleşme konusu ürün bedelinin ilgili banka veya finans kuruluşu tarafından SATICI'ya ödenmemesi halinde, ALICI Sözleşme konusu ürünü 3 gün içerisinde nakliye gideri SATICI’ya ait olacak şekilde SATICI’ya iade edeceğini kabul, beyan ve taahhüt eder.<br />  
<B> 5.8 </B> SATICI, tarafların iradesi dışında gelişen, önceden öngörülemeyen ve tarafların borçlarını yerine getirmesini engelleyici ve/veya geciktirici hallerin oluşması gibi mücbir sebepler halleri nedeni ile sözleşme konusu ürünü süresi içinde teslim edemez ise, durumu ALICI' ya bildireceğini kabul, beyan ve taahhüt eder. ALICI da siparişin iptal edilmesini, sözleşme konusu ürünün varsa emsali ile değiştirilmesini ve/veya teslimat süresinin engelleyici durumun ortadan kalkmasına kadar ertelenmesini SATICI’ dan talep etme hakkına haizdir. ALICI tarafından siparişin iptal edilmesi halinde ALICI’ nın nakit ile yaptığı ödemelerde, ürün tutarı 14 gün içinde kendisine nakden ve defaten ödenir. ALICI’ nın kredi kartı ile yaptığı ödemelerde ise, ürün tutarı, siparişin ALICI tarafından iptal edilmesinden sonra 14 gün içerisinde ilgili bankaya iade edilir. ALICI, SATICI tarafından kredi kartına iade edilen tutarın banka tarafından ALICI hesabına yansıtılmasına ilişkin ortalama sürecin 2 ile 3 haftayı bulabileceğini, bu tutarın bankaya iadesinden sonra ALICI’ nın hesaplarına yansıması halinin tamamen banka işlem süreci ile ilgili olduğundan, ALICI, olası gecikmeler için SATICI’ yı sorumlu tutamayacağını kabul, beyan ve taahhüt eder.  <br /> <br />  </a> 
 
<B> <a id="inv1"> 6. FATURA BİLGİLERİ </a> </B> </TL3> <br /><br />
<TL4> <a id="inv2"> Ödeme Şekli </a> </TL4> <TL4 style="padding-left:41px">  : </TL4>  <TL4 id="contratpaymenttype" style="padding-left:10px"> <a id="inv3"> </a> </TL4>  <br />
<TL4> <a id="inv4"> Teslimat Adresi </a> </TL4> <TL4 style="padding-left:25px">  : </TL4>  <TL4 id="contratdeliveryadr" style="padding-left:10px">   </TL4>  <br />
<TL4> <a id="inv5"> Teslim Edilecek Kişi </a> </TL4> <TL4 style="padding-left:0px">  : </TL4>  <TL4  id="contratdeliveryname" style="padding-left:10px">  </TL4>  <br /> 
<TL4> <a id="inv6"> Fatura Adresi </a>  </TL4> <TL4 style="padding-left:37px">  : </TL4>  <TL4 id="contratbill" style="padding-left:10px">  </TL4>  <br />  
<TL4> <a id="inv7"> Fatura Teslim </a> </TL4> <TL4 style="padding-left:35px">  : </TL4>  <TL4 style="padding-left:10px"> <a id="inv8"> Fatura adresine sipariş ile birlikte teslim edilecektir. </a> </TL4> <br /> <br />
<TL3 style="padding-bottom:0px; padding-top:0px"> <B> <a id="cym1"> 7. CAYMA HAKKI </a> </B> <br /> <br /> 
<a id="cym2"> <B> 7.1 </B> ALICI; mal satışına ilişkin mesafeli sözleşmelerde, ürünün kendisine veya gösterdiği adresteki kişi/kuruluşa teslim tarihinden itibaren 14 (on dört) gün içerisinde, SATICI’ya bildirmek şartıyla hiçbir hukuki ve cezai sorumluluk üstlenmeksizin ve hiçbir gerekçe göstermeksizin malı reddederek sözleşmeden cayma hakkını kullanabilir. Hizmet sunumuna ilişkin mesafeli sözleşmelerde ise, bu süre sözleşmenin imzalandığı tarihten itibaren başlar. Cayma hakkı süresi sona ermeden önce, tüketicinin onayı ile hizmetin ifasına başlanan hizmet sözleşmelerinde cayma hakkı kullanılamaz. Cayma hakkının kullanımından kaynaklanan masraflar SATICI’ ya aittir. ALICI, işbu sözleşmeyi kabul etmekle, cayma hakkı konusunda bilgilendirildiğini peşinen kabul eder.<br />
<B> 7.2 </B> Cayma hakkının kullanılması için 14 (ondört) günlük süre içinde SATICI' ya iadeli taahhütlü posta, faks veya eposta ile yazılı bildirimde bulunulması ve ürünün işbu sözleşmede düzenlenen düzenlenen "Cayma Hakkı Kullanılamayacak Ürünler" hükümleri çerçevesinde kullanılmamış olması şarttır. Bu hakkın kullanılması halinde,<br />
<B> 7.2.1 </B> 3. kişiye veya ALICI’ ya teslim edilen ürünün faturası, (İade edilmek istenen ürünün faturası kurumsal ise, geri iade ederken kurumun düzenlemiş olduğu iade faturası ile birlikte gönderilmesi gerekmektedir. Faturası kurumlar adına düzenlenen sipariş iadeleri İADE FATURASI kesilmediği takdirde tamamlanamayacaktır.)<br />
<B> 7.2.2 </B> İade formu, <br />
<B> 7.2.3 </B> İade edilecek ürünlerin kutusu, ambalajı, varsa standart aksesuarları ile birlikte eksiksiz ve hasarsız olarak teslim edilmesi gerekmektedir. <br />
<B> 7.2.4 </B> SATICI, cayma bildiriminin kendisine ulaşmasından itibaren en geç 10 günlük süre içerisinde toplam bedeli ve ALICI’ yı borç altına sokan belgeleri ALICI’ ya iade etmek ve 20 günlük süre içerisinde malı iade almakla yükümlüdür.<br />
<B> 7.2.5 </B> ALICI’ nın kusurundan kaynaklanan bir nedenle malın değerinde bir azalma olursa veya iade imkânsızlaşırsa ALICI kusuru oranında SATICI’ nın zararlarını tazmin etmekle yükümlüdür. Ancak cayma hakkı süresi içinde malın veya ürünün usulüne uygun kullanılmasın sebebiyle meydana gelen değişiklik ve bozulmalardan ALICI sorumlu değildir.<br />
<B> 7.2.6 </B> Cayma hakkının kullanılması nedeniyle SATICI tarafından düzenlenen kampanya limit tutarının altına düşülmesi halinde kampanya kapsamında faydalanılan indirim miktarı iptal edilir. </a> <br /><br />

<a id="cym3"> <B> 8. CAYMA HAKKI KULLANILAMAYACAK ÜRÜNLER </B> </a> <br /><br />
<a id="cym4"> <B> 8.1. a) </B> Fiyatı finansal piyasalardaki dalgalanmalara bağlı olarak değişen ve satıcı veya sağlayıcının kontrolünde olmayan mal veya hizmetlere ilişkin sözleşmeler. <br />
<B> b) </B> Tüketicinin istekleri veya kişisel ihtiyaçları doğrultusunda hazırlanan mallara ilişkin sözleşmeler. <br />
<B> c) </B> Çabuk bozulabilen veya son kullanma tarihi geçebilecek malların teslimine ilişkin sözleşmeler.<br />
<B> d) </B> Tesliminden sonra ambalaj, bant, mühür, paket gibi koruyucu unsurları açılmış olan mallardan; iadesi sağlık ve hijyen açısından uygun olmayanların teslimine ilişkin sözleşmeler.<br />
<B> e) </B> Tesliminden sonra başka ürünlerle karışan ve doğası gereği ayrıştırılması mümkün olmayan mallara ilişkin sözleşmeler.<br />
<B> f) </B> Malın tesliminden sonra ambalaj, bant, mühür, paket gibi koruyucu unsurları açılmış olması halinde maddi ortamda sunulan kitap, dijital içerik ve bilgisayar sarf malzemelerine, veri kaydedebilme ve veri depolama cihazlarına  ilişkin sözleşmeler.<br />
<B> g) </B> Abonelik sözleşmesi kapsamında sağlananlar dışında, gazete ve dergi gibi süreli yayınların teslimine ilişkin sözleşmeler.<br />
<B> h) </B> Belirli bir tarihte veya dönemde yapılması gereken, konaklama, eşya taşıma, araba kiralama, yiyecek-içecek tedariki ve eğlence veya dinlenme amacıyla yapılan boş zamanın değerlendirilmesine ilişkin sözleşmeler.<br />
<B> i) </B> Elektronik ortamda anında ifa edilen hizmetler veya tüketiciye anında teslim edilen gayrimaddi mallara ilişkin sözleşmeler.<br />
<B> j) </B> Cayma hakkı süresi sona ermeden önce, tüketicinin onayı ile ifasına başlanan hizmetlere ilişkin sözleşmeler.<br />
Kozmetik ve kişisel bakım ürünleri, iç giyim ürünleri, mayo, bikini, kitap, kopyalanabilir yazılım ve programlar, DVD, VCD, CD ve kasetler ile kırtasiye sarf malzemeleri (toner, kartuş, şerit vb.) iade edilebilmesi için ambalajlarının açılmamış, denenmemiş, bozulmamış ve kullanılmamış olmaları gerekir.<br />
<B> 8.2 </B> SATICI şikâyet ve itirazları konusunda başvurularını,  aşağıdaki kanunda belirtilen parasal sınırlar dâhilinde tüketicinin yerleşim yerinin bulunduğu  veya tüketici işleminin yapıldığı yerdeki  tüketici sorunları hakem heyetine veya tüketici mahkemesine yapabilir. Parasal sınıra ilişkin bilgiler aşağıdadır:
28/05/2014 tarihinden itibaren geçerli olmak üzere:<br />
<B> a) </B> 6502 sayılı Tüketicinin Korunması Hakkında Kanun’un 68. Maddesi gereği değeri 2.000,00 (ikibin) TL’nin altında olan uyuşmazlıklarda ilçe tüketici hakem heyetlerine,<br />
<B> b) </B> Değeri 3.000,00(üçbin)TL’ nin altında bulunan uyuşmazlıklarda il tüketici hakem heyetlerine,<br />
<B> c) </B> Büyükşehir statüsünde bulunan illerde ise değeri 2.000,00 (ikibin) TL ile 3.000,00(üçbin)TL’  arasındaki uyuşmazlıklarda il tüketici hakem heyetlerine başvuru yapılmaktadır.<br /> <br />
İşbu sözleşme ticari amaçlarla yapılmaktadır. </a> <br /> <br /> ------------------------------------------------------------------------------------------------------------------ </TL3>
<br />
<TL4 style=" width:54%"> <a id="cmnytitle"> SATICI : EGS ELEKTRONİK GÜV.SİS. SAN.TİC.LTD. </a> </TL4>
<TL4 id="buyer" style=" text-align:right; width:300px; padding-left:0px; padding-right:40px"> </TL4> 
<br />
<TL3 id="agrementtime" style=" padding-top:0px"> </TL3>  <br /> 
</div>
 
                          
                     </div>   
                     
                                        
              </div>  
              
              <div id="contractbuts" class="button2" style="display:none; padding-bottom:50px">                                                
                       <input type="button" style="width:170px; height:25px" value="Yazdır" id="prnscroll" onClick="PrintDocument()" />
                       <input type="button" style="width:170px; height:25px;background:#000099" value="Sayfa Başı &#9650;" onclick="PageUp()" id="topofpage" />
                </div>                         
         </div> 
                        
     </div>      
       
  </div>
</div>  
</div>   
  
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 979795567;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>

<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/979795567/?value=0&amp;guid=ON&amp;script=0"/>
</div>
</noscript>
<script type="text/javascript">
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
</script>
</body> 
</html>
