/*window open*/
function openWin(URL,feature) {
	var wo = window.open(URL,"newWin",feature);
	wo.focus();
}

function wopen(wurl,ww,wh){
	WO1=window.open(wurl,"w01","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=580px,height=640px");
}


function buy(){ 
	newswin=window.open("http://www.avexnet.or.jp/amuro/ec/break_it.html","newswin","toolbar=no,scrollbars=yes,resizable=no,height=500,width=900");
	if(newswin){ 
		if(newswin.open){ 
			newswin.focus(); 
		}	
	}
}

