	
/*
// Copyright 2006 byte Technologies
// http://www.byte-tech.com
//
// Pop up window
*/ 


function popUp() 
{
   window.open('http://www.dj-tluv.com/booking.html',
			   'mywindow', 			 'toolbar=no,scrollbars=no,statusbar=no,location=no,status=no,menubar=no,resizable=no,width=345,height=450');
}




	
