// JavaScript Document

function RunMainPage(){
	
	self.location="Default.php?type=Main";
	
	}
	
	function LoadPage($get1){
		
		window.open($get1,"","width=800 height=600");
		}
		
		function Page($get){
			if($get=="about-us")
			{
			self.location="Default.php?type=About-Us";
			}else if($get=="products"){
				self.location="Default.php?type=Products";
			}else if($get=="problems-solves"){
				self.location="Default.php?type=problems-solves";
			}else if($get=="Contacts"){
				self.location="Default.php?type=Contacts";
				}
			}
			
			
	function loadImage(url,width,height){
		window.open(url,"","width="+width+" height="+height);		
		}	
		
		function Exec($k){
			self.location="Default.php?type=Ren-Kartelasi&R=";
			}
			function Yonlendir($get){
				if($get=="Main"){
					self.location="Default.php?type=Main";
					}
				}
