// JavaScript Document

function ViewStoreDetail(id,path) {
	
	window.open(path, 'StoreDetail' + id,'width=360,height=375,resizable=1');
}