// JavaScript Document

function checkCountry(country){
	if(country != 184){
		popUp("country.sstg?id="+country,640,480);	
	}
}