
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);

function openLinks(link,width,height) {
	PopUp = window.open(link,'','scrollbars=0,status=no,toolbar=no,location=no,directories=no,resizable=no,menubar=no,width='+width+',height='+height+'')
}
