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 = "video/vid_01.html";
		break;
		case 2:
		URL = "video/vid_02.html";
		break;
		case 3:
		URL = "video/vid_03.html";
		break;
		case 4:
		URL = "video/vid_04.html";
		break;
		default:
		break;
	}
	window.open(URL,'gt','width=425,height=264');
};
function demowinL(str) {
	switch (str) {
		case 1:
		URL = "video/hq_01.html";
		break;
		case 2:
		URL = "video/hq_02.html";
		break;
		case 3:
		URL = "video/hq_03.html";
		break;
		case 4:
		URL = "video/hq_04.html";
		break;
		default:
		break;
	}
	window.open(URL,'gt','width=640,height=385');
};

