function cswin(str)
{
	switch (str) {
		case 1:
		URL = "http://media.roland.com/en/v/v0582/v058201M.mov";
		break;
	}
	window.open(URL,'gt','width=400,height=280');
}
