 window.moveTo(0,0)  
window.resizeTo(screen.width,screen.height) 

function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i < anchors.length; i++) {
if (anchors[i].getAttribute("href") &&
anchors[i].getAttribute("rel") == "external") {
anchors[i].target = "_blank";
}}}
window.onload = externalLinks;

document.onkeydown=key;function key()
{defaultStatus = ""
 window.status=event.keyCode;if(event.keyCode==37)
window.location.href=('index.php');}
window.status='';

