
link = top.location.href;
//string_sc = "sc.info.gov.hk/gb/";
//string_loc = "www.basiclaw23.gov.hk/";
string_sc = "";
string_loc = "client.perfectlink.com.hk/basiclaw_23/";
//if (link.indexOf(string_sc) != -1)

	//{
		// chanlink = link.replace('http' + '://' string_sc + string_loc , 'http' + '://'  string_loc );
          
      //   link = link.replace('http' + '://'+ string_sc + string_loc , 'http' + '://' +  string_loc);
		
		// top.location.href = link;

//}

// change version

function changelan(version){
if (version == 'chigb') {
//link = link.replace('http://'+ string_loc + 'english', 'http://'+ string_sc + string_loc + 'chinese');
link = link.replace('english',  'sc');

}

else if (version == 'chibig')
{
//link = link.replace('http://' + string_loc +'english', 'http' + '://'+ string_loc + 'chinese');
link = link.replace('english',  'chinese');
}
// focus
if (version == 'fo_chigb'){

link = 'http://'+ string_sc + string_loc + 'chinese/focus/index.htm';

}

else if (version == 'fo_chibig')
{
link = 'http://'+ string_loc + 'chinese/focus/index.htm';

}

//newsroom speech

if (version == 'nr_sp_chigb'){

link = 'http://'+ string_sc + string_loc + 'chinese/newsroom/speech/index.htm';

}

else if (version == 'nr_sp_chibig')
{
link = 'http://'+ string_loc + 'chinese/newsroom/speech/index.htm';

}


//newsroom dojreply

if (version == 'nr_do_chigb'){

link = 'http://'+ string_sc + string_loc + 'chinese/newsroom/dojreply/index.htm';

}

else if (version == 'nr_do_chibig')
{
link = 'http://'+ string_loc + 'chinese/newsroom/dojreply/index.htm';
}

//newsroom sbreply

if (version == 'nr_sb_chigb'){

link = 'http://'+ string_sc + string_loc + 'chinese/newsroom/sbreply/index.htm';

}

else if (version == 'nr_sb_chibig')
{
link = 'http://'+ string_loc + 'chinese/newsroom/sbreply/index.htm';

}

//resources legco

if (version == 'le_ar_chigb'){

link = 'http://'+ string_sc + string_loc + 'chinese/resources/legco/legco_article/index.htm';

}

else if (version == 'le_ar_chibig')
{
link = 'http://'+ string_loc + 'chinese/resources/legco/legco_article/index.htm';

}





// top link
top.location.href = link;




}


