	 jQuery(document).ready(function($) {
			$('a[rel*=lightbox]').lightBox();
	 	});
	function GE(objs){if(document.getElementById(objs)){return document.getElementById(objs);} else {return false;}}

	function PrintOut(ilgid){
	 var link = RootURL+'/printer/0/'+ilgid+'/yazdir.html';
  	 window.open(link,'yzc','scrollbars=1,status=1,resizable=0,width=580,height=500'); 
	}
	
	function SepeteGit(){
		document.location=RootURL+'/siparis/show.html';
	}

