function popupLogoClicked() {
	if(window.opener != null) {
		window.opener.location.href = "http://www.synchronica.com";
		window.close();
	}
	else window.location.href = "http://www.synchronica.com";
	
	return false;
}

function popupMobileGatewayEnterpriseEditionClicked() {
	if(window.opener != null) {
		window.opener.location.href = "http://www.synchronica.com/products/mobile-gateway-enterprise-edition.html";
		window.close();
	}
	else window.location.href = "http://www.synchronica.com/products/mobile-gateway-enterprise-edition.html";
	
	return false;
}

function popupMobileGatewayLogoClicked() {
	if(window.opener != null) {
		window.opener.location.href = "http://www.synchronica.com/syncml-demos/demos.html";
		window.close();
	}
	else window.location.href = "http://www.synchronica.com/syncml-demos/demos.html";
	
	return false;
}


function linkOpenParent(url) {
	if(window.opener != null) {
		window.opener.location.href = url;
		window.close();
	}
	else window.location.href = url;
}


function popupRNSLogoClicked() {
	if(window.opener != null) {
		window.open("http://www.londonstockexchange.com", "", "");
		window.close();
	}
	else window.location.href = "http://www.londonstockexchange.com";
	
	return false;
}
