/* **************************

	item list open
	2009.4.22
	2010.4.20
	mod y.matsumoto
************************** */

function windowOpen(url,id){
	var win=window.open("/topics/crystalsylph10/ex/"+ url +".html?"+id, "popup01","width=660, height=630, scrollbars=yes, left=10, top=10, screenX=10, screenY=10");
	win.focus();
}



function windowOpen1(id){
	var win=window.open("/topics/crystalsylph9/ex/3_1.html?"+id, "popup01","width=660, height=630, scrollbars=yes, left=10, top=10, screenX=10, screenY=10");
	win.focus();
}

function windowOpen2(id){
	var win=window.open("/topics/crystalsylph9/ex/3_2.html?"+id, "popup01","width=660, height=630, scrollbars=yes, left=10, top=10, screenX=10, screenY=10");
	win.focus();
}

function windowOpen3(id){
	var win=window.open("/topics/crystalsylph9/ex/5_1.html?"+id, "popup01","width=660, height=630, scrollbars=yes, left=10, top=10, screenX=10, screenY=10");
	win.focus();
}

function windowOpen4(id){
	var win=window.open("/topics/crystalsylph9/ex/5_2.html?"+id, "popup01","width=660, height=630, scrollbars=yes, left=10, top=10, screenX=10, screenY=10");
	win.focus();
}
