self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);

function openWin(page) 
{ 
	OpenWin = this.open(page, "FyshUK", "width=980,height=565,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No"); 
}

function openWinRetailer(page) 
{ 
	OpenWin = this.open(page, "FyshUK2", "width=1010,height=595,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No"); 
}