


/* force iframe  */
if (self == top){ 
var url = self.location; 
//self.location = "index.php"; 
} 




/* screen detection - css */

if (screen.width < 1024) {
	document.write('<link rel=stylesheet type="text/css" href="css/seypa-800.css">');
}
if (screen.width >= 1024 && screen.width < 1280) {
	document.write('<link rel=stylesheet type="text/css" href="css/seypa-1024.css">');
}
if (screen.width >= 1280) {
	document.write('<link rel=stylesheet type="text/css" href="css/seypa-1280.css">');
}