function nextApPage(urlValue)
{
	var apServer = "http://www.weblink.com.tw/main";
	newUrl = apServer + urlValue;
	location = newUrl;
		
}