| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/Menu กลุ่มงานแพทย์แผนไทย/slide massage/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Ҿҹҧġ</title>
<style type="text/css">
<!--
.style4 {font-size: 18px}
.style8 {color: #CC0099}
.style11 {font-size: 12px}
.style13 {color: #FFFFFF}
-->
</style>
</head>
<body>
<!-- ¹ Ẻù -->
<style>
<!--
a{text-decoration:none}
//.style55 {font-size: 16}
.style56 {color: #FFFFFF}
.style11 {font-size: 12px}
-->
</style>
<SCRIPT language=JavaScript>
var rate = 20; // Increase amount(The degree of the transmutation)
var obj; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID
if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) {
Browser = true;
} else {
Browser = false;
}
if (Browser) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
function doRainbow()
{
if (Browser && act != 1) {
act = 1;
obj = event.srcElement;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
function stopRainbow()
{
if (Browser && act != 0) {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (Browser && act != 1) {
obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function stopRainbowAnchor()
{
if (Browser && act != 0) {
if (obj.tagName == 'A') {
obj.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
obj.style.color = makeColor();
}
function makeColor()
{
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
elmR = Math.floor(elmR);
elmG = Math.floor(elmG);
elmB = Math.floor(elmB);
clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16);
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return clrRGB;
}
</SCRIPT>
<!-- ᷡ¹Ẻù-->
<!-- Butterfly -->
<script language="JavaScript" type="text/javascript">
<!-- Multi Random Movement 2 Script by kurt.grigg@virgin.net
Pic=new Array("http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-cyan.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-green.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-magenta.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-orange.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-red.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-white.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies2.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies3.gif",
"http://i123.photobucket.com/albums/o295/lozocat/1bug/two-butterflies-yellow.gif")
MaxSpeed=4;
MinSpeed=2;
/************************ Nothing needs altering below ************************/
load = new Array()
for(i=0; i < Pic.length; i++)
{
load[i] = new Image();
load[i].src = Pic[i];
}
n=Pic.length;
n6=(document.getElementById&&!document.all);
ns=(document.layers);
ie=(document.all);
d=(ns||ie)?'document.':'document.getElementById("';
a=(ns||n6)?'':'all.';
n6r=(n6)?'")':'';
s=(ns)?'':'.style';
if (ns){
for (i=0; i < n; i++)
document.write("<LAYER NAME='pics"+i+"' LEFT=0 TOP=0><img name='netpics' src="+load[i].src+"></LAYER>");
}
if (ie||n6){
for (i=0; i < n; i++)
document.write("<div id='pics"+i+"' style='position:absolute;top:0px;left:0px'><img src="+load[i].src+"></div>");
}
VB=0;
HB=0;
R=new Array();
PB=new Array();
RD=new Array();
Y=new Array();
X=new Array();
D=new Array();
SP=new Array();
BY=new Array();
BX=new Array();
for (i=0; i < n; i++){
Y[i]=10;
X[i]=10;
D[i]=Math.floor(Math.random()*70+10);
SP[i]=Math.floor(Math.random()*MaxSpeed+MinSpeed);
}
function Curve(){
plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1,0,5,-5)
for (i=0; i < n; i++){
R[i]=Math.floor(Math.random()*plusMinus.length);
RD[i]=plusMinus[R[i]];
}
setTimeout('Curve()',1500);
}
function MoveRandom(){
var H=(ns||n6)?window.innerHeight:document.body.clientHeight;
var W=(ns||n6)?window.innerWidth:document.body.clientWidth;
var YS=(ns||n6)?window.pageYOffset:document.body.scrollTop;
var XS=(ns||n6)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < n; i++){
BY[i]=-load[i].height;
BX[i]=-load[i].width;
PB[i]=D[i]+=RD[i];
y = SP[i]*Math.sin(PB[i]*Math.PI/180);
x = SP[i]*Math.cos(PB[i]*Math.PI/180);
if (D[i] < 0) D[i]+=360;
Y[i]+=y;
X[i]+=x;
VB=180-D[i];
HB=0-D[i];
//Corner rebounds! not necessary but looks nice.
if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}
if ((Y[i] < 1) && (X[i] > W+BX[i])) {Y[i]=1;X[i]=W+BX[i];D[i]=135;}
if ((Y[i] > H+BY[i]) && (X[i] < 1)) {Y[i]=H+BY[i];X[i]=1;D[i]=315;}
if ((Y[i] > H+BY[i]) && (X[i] > W+BX[i])) {Y[i]=H+BY[i];X[i]=W+BX[i];D[i]=225;}
//Edge rebounds!
if (Y[i] < 1) {Y[i]=1;D[i]=HB;}
if (Y[i] > H+BY[i]) {Y[i]=H+BY[i];D[i]=HB;}
if (X[i] < 1) {X[i]=1;D[i]=VB;}
if (X[i] > W+BX[i]) {X[i]=W+BX[i];D[i]=VB;}
var temp=eval(d+a+"pics"+i+n6r+s);
temp.top=Y[i]+YS;
temp.left=X[i]+XS;
}
setTimeout('MoveRandom()',70);
}
Curve();
MoveRandom();
//-->
</script>
<!-- End Butterflyl -->
<center>
<div align="center">
<img src="img/Header3 copy.jpg" width="547" height="98" />
<table width="552" border="0">
<tr bgcolor="#00CCFF">
<td width="136" height="30" bgcolor="#00CCFF"><div align="center"><a href="../ҹᾷἹ.html" class="style13"style="text-decoration: none;">ҹԡ÷ҧᾷ</a></div></td>
<td width="84"><div align="center"><a href="../çҧ.html" class="style13"style="text-decoration: none;">çҧ</a></div></td>
<td width="90"><div align="center"><a href="../Menu ͡Ἱ/͡Ἱ.php" class="style13"style="text-decoration: none;">͡</a></div></td>
<td width="90"><div align="center"><a href="../ػûԹ.html" class="style13"style="text-decoration: none;">ػûԹ</a></div></td>
<td width="90"><div align="center"><a href="slide.html" class="style13" style="text-decoration: none;">Gallery</a></div></td>
<td width="102"><div align="center"><a href="../ǷҧôԹҹ.html" class="style13"style="text-decoration: none;">ǷҧôԹҹ</a></div></td>
</tr>
</table>
<table width="547" height="273" border="3">
<tr bordercolor="#FFFFFF">
<td width="533"><p align="left"> </p>
<script language="JavaScript1.2">
var slideshow_width='484px' // 駤 WIDTH ͧҾ
var slideshow_height='324px' // 駤 HEIGHT ͧҾ
var pause=2000 // 㹡¹Ҿ (1000 = 1 Թҷ)
var slidebgcolor="white"
var dropimages=new Array()
// URL ͧҾͧ SLIDE ÷ѴҹҧѺ
dropimages[0]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic.JPG"
dropimages[1]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (1).JPG"
dropimages[2]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (2).JPG"
dropimages[3]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (3).JPG"
dropimages[4]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (4).JPG"
dropimages[5]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (5).JPG"
dropimages[6]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (6).JPG"
dropimages[7]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (7).JPG"
dropimages[8]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (8).JPG"
dropimages[9]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (9).JPG"
dropimages[10]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (10).JPG"
dropimages[11]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (11).JPG"
dropimages[12]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (12).JPG"
dropimages[13]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (13).JPG"
dropimages[14]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (14).JPG"
dropimages[15]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (15).JPG"
dropimages[16]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (16).JPG"
dropimages[17]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (17).JPG"
dropimages[18]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (18).JPG"
dropimages[19]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (19).JPG"
dropimages[20]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (20).JPG"
dropimages[21]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (21).JPG"
dropimages[22]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (22).JPG"
dropimages[23]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (23).JPG"
dropimages[24]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (24).JPG"
dropimages[25]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (25).JPG"
dropimages[26]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (26).JPG"
dropimages[27]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (27).JPG"
dropimages[28]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (28).JPG"
dropimages[29]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (29).JPG"
dropimages[30]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (30).JPG"
dropimages[31]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (31).JPG"
dropimages[32]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (32).JPG"
dropimages[33]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (33).JPG"
dropimages[34]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (34).JPG"
dropimages[35]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (35).JPG"
dropimages[36]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (36).JPG"
dropimages[37]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (37).JPG"
dropimages[38]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (38).JPG"
dropimages[39]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (39).JPG"
dropimages[40]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (40).JPG"
dropimages[41]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (41).JPG"
dropimages[42]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (42).JPG"
dropimages[43]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (43).JPG"
dropimages[44]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (44).JPG"
dropimages[45]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (45).JPG"
dropimages[46]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (46).JPG"
dropimages[47]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (47).JPG"
dropimages[48]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (48).JPG"
dropimages[49]="http://192.168.2.2:88/Menu ҹԡ÷ҧᾷ/slide massage/pic/pic (49).JPG"
var droplinks=new Array()
// LINK ٻҾҾѺ ͧ LINK ͧ URL ¹ФѺ
droplinks[0]=""
droplinks[1]=""
droplinks[2]=""
droplinks[3]=""
droplinks[4]=""
////NO need to edit beyond here/////////////
var preloadedimages=new Array()
for (p=0;p<dropimages.length;p++){
preloadedimages[p]=new Image()
preloadedimages[p].src=dropimages[p]
}
var ie4=document.all
var dom=document.getElementById
if (ie4||dom)
document.write('<div style="position:relative;width:'+slideshow_width+';height:'+slideshow_height+';overflow:hidden"><div id="canvas0" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';background-color:'+slidebgcolor+';left:-'+slideshow_width+'"></div><div id="canvas1" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';background-color:'+slidebgcolor+';left:-'+slideshow_width+'"></div></div>')
else
document.write('<a href="javascript:rotatelink()"><img name="defaultslide" src="'+dropimages[0]+'" border=0></a>')
var curpos=parseInt(slideshow_width)*(-1)
var degree=10
var curcanvas="canvas0"
var curimageindex=linkindex=0
var nextimageindex=1
function movepic(){
if (curpos<0){
curpos=Math.min(curpos+degree,0)
tempobj.style.left=curpos+"px"
}
else{
clearInterval(dropslide)
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
var slideimage='<img src="'+dropimages[curimageindex]+'" border=0>'
tempobj.innerHTML=(droplinks[curimageindex]!="")? '<a href="'+droplinks[curimageindex]+'">'+slideimage+'</a>' : slideimage
nextimageindex=(nextimageindex<dropimages.length-1)? nextimageindex+1 : 0
setTimeout("rotateimage()",pause)
}
}
function rotateimage(){
if (ie4||dom){
resetit(curcanvas)
var crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.style.zIndex++
var temp='setInterval("movepic()",50)'
dropslide=eval(temp)
curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
}
else
document.images.defaultslide.src=dropimages[curimageindex]
linkindex=curimageindex
curimageindex=(curimageindex<dropimages.length-1)? curimageindex+1 : 0
}
function rotatelink(){
if (droplinks[linkindex]!="")
window.location=droplinks[linkindex]
}
function resetit(what){
curpos=parseInt(slideshow_width)*(-1)
var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
crossobj.style.left=curpos+"px"
}
function startit(){
var crossobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.innerHTML='<a href="'+droplinks[curimageindex]+'"><img src="'+dropimages[curimageindex]+'" border=0></a>'
rotateimage()
}
if (ie4||dom)
window.onload=startit
else
setInterval("rotateimage()",pause)
</script>
<p align="left"> </p>
<p></p>
<p></p></td>
</tr>
<tr bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<td><p>
<embed height="87" type="application/x-shockwave-flash" width="234" src="http://imgfree.21cn.com/free/flash/203.swf" wmode="transparent"></embed>
<embed height="87" type="application/x-shockwave-flash" width="240" src="http://imgfree.21cn.com/free/flash/203.swf" wmode="transparent"></embed>
</p></td>
</tr>
</table>
<img src="img/Header1.jpg" width="500" height="78" /><br>
<img src="img/Footer.png" width="501" height="76" /></div>
<p align="center"><span class="style11">Copyright<img src="../images/logo/copyright.JPG" width="13" height="13" /> 2010 Pozedorn@gmail.com sattahip km.10 hospital.</span><br clear="all" />
<strong> </strong></p>
</body>
</html>