﻿<!--var ns=(document.layers);var ie=(document.all);var w3=(document.getElementById && !ie);function resize(){x1 = 1280//y1 = 960////x1 = 1200////y1 = 960///*if (ie) {	if(screen.width<x1) {	y = screen.height-45; 	x = screen.width	}else{	x = x1	y = y1	}}else if (ns) {	if(screen.width<x1) {	y = screen.height-160; 	x = screen.width-25	}else{	x = x1	y = y1	}}else if (w3) {	if(screen.width<x1) {	y = screen.height-45; 	x = screen.width	}else{	x = x1	y = y1	}}*/if(screen.width<x1) {x = screen.width-10;}else{x = x1}if(screen.height<y1) {y = screen.height-25; }else{y = y1}//alert(x +" "+y)window.moveTo(0,0)window.resizeTo(x,y)}function N(){}//-->
