﻿function disp(url){ 
	window.open(url, "linkname", "width=740,height=700,menubar=yes,location=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes"); 
}
function bill(url){ 
	window.open(url, "linkname", "width=830,height=700,menubar=yes,location=yes,status=yes,toolbar=yes,scrollbars=yes,resizable=yes"); 
}

function shop_index(){
 window.open('http://www.interlifemedia.co.jp/data/visual/bussan_real_estate/www/shop/index.html','nx_gdWindow','resizable=yes,menubar=yes,status=yes,location=yes,scrollbars=yes,toolbar=yes,width=740,height=700,top=0,left=0');
}




