function reSize(){
x=870;
y=700;
resizeTo(x,y);
}
reSize()
