
//Ali Almossawi's CyberiaPC.com
//www.cyberiapc.com

var s1024x768page = "/1024/index.php";

var pagetype;
if ((screen.height == 768) && (screen.width == 
1024)) {
pagetype = 1; 
}

var pagetype;
if ((screen.height == 864) && (screen.width == 
1152)) {
pagetype = 1; 
}

if (pagetype ==1) {window.location.href 
=s1024x768page };

// End -->






