

function psyma_launch() {
	currentDeepLink = SWFAddress.getValue();
	newDeepLink = currentDeepLink + ',psyma';
	SWFAddress.setValue(newDeepLink );
}

function test_launch() {
	if (isPopinDisplayed(psymaLocale)){
		psyma_launch();
	}
}

test_launch();
