function FullSize(){
	var x,y;
	x=screen.availWidth;
	y=screen.availHeight;
	if (x>1000){
		x=1000;
		y=720;}
}

function home(){
	if (top.location.href == self.location.href) {
		window.location="http://www.cveng.co.jp/index.html";
	}
}


	


