/* Source copyright to SITA FleetWatch Services 2009     */
/* Modification or cpoy of contents are strickly aganist */
/* SITA and its said customer agreement                  */

function sita_fws()
{
	var OS = navigator.platform;
	if (OS=='Win32' || OS=='Linux i686' || OS=='MacPPC' || OS=='Win16')
	    {
		window.navigate('http://cyprusair.com')
     	    }
	else
	    {
		window.location = './sita_fws.aspx'
     	    }
}

