

function clientlink (strURL, StrEventCode)
{

	switch (StrEventCode)
	{
		case "1":
			window.open (strURL);
			break;

		case "2":
			window.location = strURL;
			break;

		case "3":
			window.open (strURL, 'CruiseMatch2000', 'width=800,height=600,resizable=yes,menubar=no,toolbar=no,scrollbars=yes');
			break;
			
		case "4":
			window.open (strURL, 'CruiseWriter', 'width=675,height=500,top=20,left=20,resizable=yes,menubar=yes,toolbar=yes,scrollbars=yes,status=yes');
			break;
						
		case "6":
			window.open (strURL, 'shorex_win', 'width=647,height=448,resizable=no,menubar=no,toolbar=yes,scrollbars=yes,status=yes');
			break;
		
		case "7":
			window.open (strURL, 'cruisepay_win', 'width=800,height=600,resizable=yes,menubar=no,toolbar=no,scrollbars=yes');
			break;

		case "8":
			window.open (strURL, 'edocs', 'resizable=yes,menubar=no,toolbar=no,scrollbars=yes');
			break;
			
		case "9":
			window.open (strURL, 'eCruiseStats', 'resizable=yes,menubar=yes,addressbar=no,toolbar=no,scrollbars=yes');
			break;

		case "10":
			window.open (strURL, 'Image_Library', "width=770,height=600,top=50,left=50,resizable=yes,scrollbars=yes,status=no");
			break;

		case "11":
			window.open (strURL, '', "top=20,left=20,width=800,height=500,resizable=yes,menubar=yes,location=yes,toolbar=yes,scrollbars=yes,status=yes");
			break;

		case "12":
			window.open (strURL, '', "top=20,left=20,width=310,height=500,resizable=yes,menubar=no,location=no,toolbar=no,scrollbars=yes,status=no");
			break;
 
		case "13":
			window.open (strURL, '', "top=20,left=20,width=790,height=600,resizable=yes,menubar=no,location=no,toolbar=no,scrollbars=yes,status=no");
			break;
		
		case "14":
			window.open (strURL, '', "top=20,left=20,width=440,height=520,resizable=no,menubar=no,location=no,toolbar=no,scrollbars=yes,status=no");
			break;
			
		case "15":
			window.open (strURL, '', "top=20,left=20,width=500,height=575,resizable=no,menubar=no,location=no,toolbar=no,scrollbars=yes,status=no");
			break;

		case "16":
			window.open (strURL, 'DiningManagement', 'width=800,height=600,resizable=yes,menubar=no,location=no,toolbar=no,scrollbars=yes,status=yes');
			break;

		default :
			window.open (strURL);
			break;
	}
}


