function gallery(int) {
	switch (int) {
		case 1:
			Lightview.show({href: "images/jpeg/1.jpg",title: "Roland V-Piano",caption: "",options: { width: 1440, height: 960 }});
		break;
		case 2:
			Lightview.show({href: "images/jpeg/2.jpg",title: "Roland V-Piano",caption: "",options: { width: 1440, height: 960 }});
		break;
		case 3:
			Lightview.show({href: "images/jpeg/3.jpg",title: "Roland V-Piano",caption: "",options: { width: 1440, height: 960 }});
		break;
		case 4:
			Lightview.show({href: "images/jpeg/4.jpg",title: "Roland V-Piano",caption: "",options: { width: 1440, height: 960 }});
		break;
		case 5:
			Lightview.show({href: "images/jpeg/5.jpg",title: "Roland V-Piano",caption: "",options: { width: 1440, height: 960 }});
		break;
		default:
		break;
	}
};
function editor() {
	Lightview.show({href: "editor.swf",title: "V-Piano Editor",caption: "",options: { width: 920, height: 660 }});
};
function demowin(str) {
	switch (str) {
		case 1:
		URL = "http://media.roland.com/en/v/v0694/v069401M.mov";
		break;
		case 2:
		URL = "http://media.roland.com/en/v/v0694/v069402M.mov";
		break;
		case 3:
		URL = "http://media.roland.com/en/v/v0694/v069403M.mov";
		break;
		case 4:
		URL = "http://media.roland.com/en/v/v0694/v069404M.mov";
		break;
		case 11:
		URL = "http://media.roland.com/en/v/v0752/v075201M.mov";
		break;
		case 12:
		URL = "http://media.roland.com/en/v/v0752/v075202M.mov";
		break;
		default:
		break;
	}
	window.open(URL,'gt','width=500,height=310');
};
function demowinL(str) {
	switch (str) {
		case 1:
		URL = "http://media.roland.com/en/v/v0694/v069401L.mov";
		break;
		case 2:
		URL = "http://media.roland.com/en/v/v0694/v069402L.mov";
		break;
		case 3:
		URL = "http://media.roland.com/en/v/v0694/v069403L.mov";
		break;
		case 4:
		URL = "http://media.roland.com/en/v/v0694/v069404L.mov";
		break;
		default:
		break;
	}
	window.open(URL,'gt','width=660,height=400');
};
