function chengeImage(image){
	document.mainImage.src = image;
}

function check(){
	if(confirm("送信して宜しいですか？")){ return true; }else{ return false; }
}

function printWindow(id,cd){
	window.open(cd +'/discount/print/'+id, 'discount', 'width=460, height=280, menubar=no, toolbar=no, scrollbars=no');
}

function divSelected(){
	this.style ="background-color:#000000";
}