function display(coverart, nm) {
var w = 800;
var h = 600;
var winl = Math.floor((screen.width - w) / 2);
var wint = Math.floor((screen.height - h) / 2);
	var cover_win = window.open(coverart, nm, "Width="+w+",Height="+h+",Menubar=no,Toolbar=no,Status=no,Scrollbars=yes,Resizable=no,titlebar=0,Top="+wint+",Left="+winl+"");
}

function display1(coverart, nm) {
var w = 407;
var h = 228;
var winl = Math.floor((screen.width - w) / 2);
var wint = Math.floor((screen.height - h) / 2);
	var cover_win = window.open(coverart, nm, "Width="+w+",Height="+h+",Menubar=no,Toolbar=no,Status=no,Scrollbars=no,Resizable=no,titlebar=0,Top="+wint+",Left="+winl+"");
}

function display2(coverart, nm) {
var w = 486;
var h = 412;
var winl = Math.floor((screen.width - w) / 2);
var wint = Math.floor((screen.height - h) / 2);
	var cover_win = window.open(coverart, nm, "Width="+w+",Height="+h+",Menubar=no,Toolbar=no,Status=no,Scrollbars=no,Resizable=no,titlebar=0,Top="+wint+",Left="+winl+"");
}

function display3(coverart, nm) {
var w = 438;
var h = 412;
var winl = Math.floor((screen.width - w) / 2);
var wint = Math.floor((screen.height - h) / 2);
	var cover_win = window.open(coverart, nm, "Width="+w+",Height="+h+",Menubar=no,Toolbar=no,Status=no,Scrollbars=no,Resizable=no,titlebar=0,Top="+wint+",Left="+winl+"");
}

function display4(coverart, nm) {
var w = 630;
var h = 360;
var winl = Math.floor((screen.width - w) / 2);
var wint = Math.floor((screen.height - h) / 2);
	var cover_win = window.open(coverart, nm, "Width="+w+",Height="+h+",Menubar=no,Toolbar=no,Status=no,Scrollbars=no,Resizable=no,titlebar=0,Top="+wint+",Left="+winl+"");
}

function display5(coverart, nm) {
var w = 630;
var h = 360;
var winl = Math.floor((screen.width - w) / 2);
var wint = Math.floor((screen.height - h) / 2);
	var cover_win = window.open(coverart, nm, "Width="+w+",Height="+h+",Menubar=no,Toolbar=no,Status=no,Scrollbars=no,Resizable=no,titlebar=0,Top="+wint+",Left="+winl+"");
}