// JavaScript Document
function dim(){
	if(screen.width==1024){
		if(document.width){
			w=1007;
		}else{
			w=1003;
		}
	}else{
		w='100%';
	}
	return w;
}