function schmubbel(filename) {
		 big = window.open(filename,"Schmubbel","toolbar=no,width=300,height=200,left=50,top=15,fullscreen=no,status=no,scrollbars=no,resizable=no,location=no");
		 big.focus();
		 }
		 
function sticker(filename) {
		 big = window.open(filename,"Sticker","toolbar=no,width=1000,height=500,left=50,top=15,fullscreen=no,status=no,scrollbars=no,resizable=no,location=no");
		 big.focus();
		 }
		 
function button(filename) {
		 big = window.open(filename,"Button","toolbar=no,width=300,height=250,left=50,top=15,fullscreen=no,status=no,scrollbars=no,resizable=no,location=no");
		 big.focus();
		 }
		 
function order(filename) {
		 big = window.open(filename,"Order","toolbar=no,width=500,height=650,left=50,top=15,fullscreen=no,status=no,scrollbars=no,resizable=no,location=no");
		 big.focus();
		 }

function guestbook(filename) {
		 big = window.open(filename,"Driving Downtown","toolbar=no,width=702,height=450,left=50,top=15,fullscreen=no,status=no,scrollbars=yes,resizable=no,location=no");
		 big.focus();
		 }		 
		 

