if (screen.width <= 640) {
document.write('<link rel="stylesheet" href="style800.css" type="text/css"><SCRIPT LANGUAGE="JavaScript" src="style800.js">');
}
else if (screen.width <= 800) {
document.write('<link rel="stylesheet" href="style800.css" type="text/css"><SCRIPT LANGUAGE="JavaScript" src="style800.js">');
}
else if (screen.width <= 1024) {
document.write('<link rel="stylesheet" href="style1024.css" type="text/css"><SCRIPT LANGUAGE="JavaScript" src="style1024.js">');
}
else if (screen.width <= 1152) {
document.write('<link rel="stylesheet" href="style1024.css" type="text/css"><SCRIPT LANGUAGE="JavaScript" src="style1024.js">');
}
else if (screen.width <= 1280) {
document.write('<link rel="stylesheet" href="style1024.css" type="text/css"><SCRIPT LANGUAGE="JavaScript" src="style1024.js">');
}
else if (screen.width <= 1600) {
document.write('<link rel="stylesheet" href="style1024.css" type="text/css"><SCRIPT LANGUAGE="JavaScript" src="style1024.js">');
}


function WindowOpensug()
 { 
 window.open('suggestion.htm', 'Wsug', 'scrollbars=0,resizable=0,width=460,height=440,top');
 }

function stat_write(yourtext)
 {
 window.status=yourtext;
 }
  
