var superMarket = function(){
	location.href = 'superMarket.html';
}
var inOut_publish = function(){
	window.open('inOut_publish.html', '', 'width=300, height=200');
	void(0);
}
