function details(url) {
	newwindow=window.open(url,'name','height=575,width=690');
	if (window.focus) {newwindow.focus()}
	return false;
}

function video(url) {
	newwindow=window.open(url,'name','height=442,width=562');
	if (window.focus) {newwindow.focus()}
	return false;
}

function video2(url) {
	newwindow=window.open(url,'name','height=548,width=452');
	if (window.focus) {newwindow.focus()}
	return false;
}

function video3(url) {
	newwindow=window.open(url,'name','height=553,width=689');
	if (window.focus) {newwindow.focus()}
	return false;
}

function video4(url) {
	newwindow=window.open(url,'name','height=466,width=499');
	if (window.focus) {newwindow.focus()}
	return false;
}

function song1(url) {
	newwindow=window.open(url,'name','height=287,width=418');
	if (window.focus) {newwindow.focus()}
	return false;
}

function song2(url) {
	newwindow=window.open(url,'name','height=365,width=528');
	if (window.focus) {newwindow.focus()}
	return false;
}