function TS_ChangeFont(StyleSheet)
{
TS_Sound.src=Sound_Click;
if (StyleSheet=="css/thanasoft_"+my_template+"_1.css")
{
document.all.item("font_1").src="images/font_1_y.gif";
document.all.item("font_2").src="images/font_2_n.gif";						
document.all.item("font_3").src="images/font_3_n.gif";
}					
else if (StyleSheet=="css/thanasoft_"+my_template+"_2.css")
{
document.all.item("font_1").src="images/font_1_n.gif";
document.all.item("font_2").src="images/font_2_y.gif";					
document.all.item("font_3").src="images/font_3_n.gif";
}
else if (StyleSheet=="css/thanasoft_"+my_template+"_3.css")
{
document.all.item("font_1").src="images/font_1_n.gif";
document.all.item("font_2").src="images/font_2_n.gif";						
document.all.item("font_3").src="images/font_3_y.gif";
}
document.all.thanasoft_style.href=StyleSheet;
}

function TS_Preload()
{
var d=document;
if (d.images)
{
if(!d.MM_p)
d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
for(i=0; i<a.length; i++)
if(a[i].indexOf("#")!=0)
{
d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];
}
}
}

function TS_Swap()
{
TS_Sound.src=Sound_Over;
var i,j=0,x,a=TS_Swap.arguments;
document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3)
if ((x=TS_FindObj(a[i]))!=null)
{
document.MM_sr[j++]=x;
if(!x.oSrc)
x.oSrc=x.src;
x.src=a[i+2];
}
}

function TS_Restore()
{
var i,x,a=document.MM_sr;
for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++)
x.src=x.oSrc;
}

function TS_FindObj(n, d)
{
var p,i,x; 
if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length)
{
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
}
if(!(x=d[n])&&d.all)
x=d.all[n];
for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=TS_FindObj(n,d.layers[i].document);
if(!x && d.getElementById)
x=d.getElementById(n);
return x;
}

var PopUpWin=0;
function TS_PopUpWin(URLStr, left, top, width, height)
{
if(PopUpWin)
{
if(!PopUpWin.closed) PopUpWin.close();
}
PopUpWin=window.open(URLStr,"Welovemarket","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width="+width+",height="+height+",left="+left+",top="+top);
PopUpWin.focus();
}

function TS_goToURL()
{
var i, args=TS_goToURL.arguments;document.TS_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function TS_Window(Value)
{
window.location=Value;
}

function TS_NumKey(ob)
{ 
var s=ob.value;
var source = "0123456789.,-";
if(!((s=="null") || (s=="")))
{
for(i=0;i<s.length;i++)
{
if(!(source.indexOf(s.charAt(i))>=0))
{
alert('กรุณากรอกข้อมูลที่เป็นตัวเลข!!');
ob.value="";
ob.focus();
break;
}
}
}
}

function TS_StrKey(ob)
{ 
var s=ob.value;
var source = "0123456789.,-aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ";
if(!((s=="null") || (s=="")))
{
for(i=0;i<s.length;i++)
{
if(!(source.indexOf(s.charAt(i))>=0))
{
alert('กรุณาตั้งรหัสเป็นตัวอักษรภาษาอังกฤษ!!');
ob.value="";
ob.focus();
break;
}
}
}
}

function TS_ChkMail(ob)
{
var email=ob.value;
if (!(/[0-9a-zA-Z_\.\-]+@[0-9a-zA-Z_\.\-]+.[a-zA-Z]+/ig).test(email))
{
alert('รูปแบบของอีเมล์ไม่ถูกต้อง!!');
ob.value="";
ob.focus();
}
}

function TS_ChkDomain(ob)
{
var domain=ob.value;
if ((/[.]/).test(domain))
{
alert('รูปแบบของ Domain Name ไม่ถูกต้อง!!');
ob.value="";
ob.focus();
}
}

function TS_GoTop()
{
var x1=x2=x3=0;
var y1=y2=y3=0;
if (document.documentElement)
{
x1=document.documentElement.scrollLeft || 0;
y1=document.documentElement.scrollTop || 0;
}
if (document.body)
{
x2=document.body.scrollLeft || 0;
y2=document.body.scrollTop || 0;
}
x3=window.scrollX || 0;
y3=window.scrollY || 0;
var x=Math.max(x1, Math.max(x2, x3));
var y=Math.max(y1, Math.max(y2, y3));
window.scrollTo(Math.floor(x / 2), Math.floor(y / 2));
if (x > 0 || y > 0)
{
window.setTimeout("TS_GoTop()", 100);
}
}

function TS_Show(Output)
{
if (Output.style.display=='') 
{
Output.style.display='none';
}
else
{
Output.style.display='';
}
}

function TS_GetAlert()
{
alert("ข้อมูลนี้เปิดให้เฉพาะสมาชิกเท่านั้น");
}

function TS_GetLeft(str, n)
{
if (n <= 0)
{
return "";
}
else if (n > String(str).length)
{
return str;
}
else
{
return String(str).substring(0,n);
}
}

function TS_GetRight(str, n)
{
if (n <= 0)
{
return "";
}
else if (n > String(str).length)
{
return str;
}
else
{
var iLen = String(str).length;
return String(str).substring(iLen, iLen - n);
}
}

function TS_ClearStr(Output)
{
document.getElementById(Output).value="";
}

function TS_setCookie(name, value)
{
var today = new Date(); 
today.setTime(today.getTime()); 
var expires_date = new Date(today.getTime() + 31536000000); 
document.cookie = name + "=" + escape(value) + ";expires=" + expires_date.toGMTString(); 
}

function TS_delCookie(name)
{
if(getCookie(name))
{
document.cookie = name + "=;expires=Thu, 01-Jan-1970 00:00:01 GMT"; 
}
}