﻿var countryLinks = ['http://www.plogit.cn','http://www.pavlo.co.kr/279','index_MY.html','index_SG.html'];			
function gotoCountry(index) {
	// china, korea, malaysia, sg
	if (index < 1) return; 
	window.open( countryLinks[index - 1] );
}