
//                   LiveServiceDesk CGI Code 
//
//SwampFox Software owns the copyright and all Intellectual Property Rights 
//of this Software and of any authorised copies you make.
//No part of this software may be copied, sold , tranfered without the 
//express written permission of SwampFox Software Ltd. In addition this 
//sofware can't be used in a fashion other than intended by SwampFox 
//Software Ltd. To use this code a valid copy of the LiveServiceDesk 
//Licence agreement must have been purchased.
//If you have purchased a copy of the LiveServiceDesk License agreement
//then you are free to change this CGI to suit you business needs provided that:
//    1) you remain within the bounds of the license agreement 
//    2) you remain within the bounds of all applicable laws
//
//
function OpenLink( URL )
{
	self.open( URL ,'','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=380,height=500')
}
