defaultStatus = "(C) 2000-2012 Rouran";

function goods_news(){
}

// Newマーク表示 http://omnioo.com/omnioolab/web-design/new.php
function new_mark(y, m, d, cl) {
  keep_day = 30; // 何日後まで表示するか？
  old_day = new Date(y + "/" + m + "/" +d);
  new_day = new Date();
  d =(new_day - old_day) / (1000 * 24 * 3600);
  if(d <= keep_day) {
    // Newマーク
    if(cl == "new") document.write("<img src='http://www.rouran.net/img/new.gif' border='0'>");
    if(cl == "new2") document.write("<img src='http://www.rouran.net/img/new2.gif' border='0'>");
    if(cl == "new3") document.write("<img src='http://www.rouran.net/img/new3.gif' border='0'>");
    if(cl == "new4") document.write("<img src='http://www.rouran.net/img/new4.gif' border='0'>");
    //if(cl == "new_text") document.write("[新製品]");
    if(cl == "updated") document.write("<img src='http://www.rouran.net/img/updated.gif' border='0'>");
    if(cl == "newly_arrived") document.write("<img src='http://www.rouran.net/goods/img/st/st_newly_arrived.gif' border='0'>");
    if(cl == "newly_arrived_text") document.write("[再入荷]");
  }
}

function openWin(url) {
	return false;
}

var w = window;
function openWin(url, width, height, wname, scroll) {
	sw = screen.availWidth;
	sh = screen.availHeight;
	wl = sw - width -50; // 小ウィンドウを画面左上に
	wt = 50;
	if ((w == window) || w.closed) {
		if (!scroll) { scroll = "no";}
		w = open(url, wname, "toolbar=No,lacation=no,directories=no,status=no,menubar=no,close=yes,resizable=yes,scrollbars=" + scroll + ",width=" + width + ",height=" + height + ",left=" + wl + ",top=" + wt);
	} else {
		if (w.name == wname) {	
			w.focus();
		} else {
			if (!scroll) { scroll = "no";}
			w = open(url, wname, "toolbar=No,lacation=no,directories=no,status=no,menubar=no,close=yes,resizable=yes,scrollbars=" + scroll + ",width=" + width + ",height=" + height + ",left=" + wl + ",top=" + wt);
		}
	}
	return(false);
}

function clearText(parts){
	parts.value='';
}

