function newWin(pic) {
	imageWindow = window.open('','imageWin','top=100,left=100,width=270,height=270,status=no,scrollbars=no,resizable=no')

	imageWindow.document.write("<html><head><title>Cover<\/title>"+

	"<body bgcolor=#3D0000 topMargin=0 leftMargin=0><table width=100% height=100% border=0 cellspacing=0 cellpadding=0><tr><td align=center valign=center>"+
	"<img src='spacer.gif' name='cover'><\/td><\/tr><\/table>"+
	"<\/body><\/html>")

	imageWindow.document.cover.src=pic
	imageWindow.document.close()
	imageWindow.focus()

}

function newWinlarge(pic) {
	imageWindow = window.open('','imageWin','top=100,left=50,width=530,height=350,status=yes,scrollbars=yes,resizable=yes')

	imageWindow.document.write("<html><head><title>Cover<\/title>"+

	"<body bgcolor=#3D0000 topMargin=2 leftMargin=2><table width=100% height=100% border=0><tr><td align=center valign=center>"+
	"<img src='spacer.gif' name='cover'><\/td><\/tr><\/table>"+
	"<\/body><\/html>")

	imageWindow.document.cover.src=pic
	imageWindow.document.close()
	imageWindow.focus()

}

function Winamp(pic) {
	imageWindow = window.open('','imageWin','top=100,left=50,width=310,height=360,status=yes,scrollbars=yes,resizable=yes')

	imageWindow.document.write("<html><head><title>WinAmp skins<\/title>"+

	"<body bgcolor=#3D0000 topMargin=2 leftMargin=2><table width=100% height=100% border=0><tr><td align=center valign=center>"+
	"<img src='spacer.gif' name='cover'><\/td><\/tr><\/table>"+
	"<\/body><\/html>")

	imageWindow.document.cover.src=pic
	imageWindow.document.close()
	imageWindow.focus()

}



function clips(pic) {
	imageWindow = window.open('','imageWin','top=100,left=50,width=440,height=330,status=no,scrollbars=no,resizable=yes')

	imageWindow.document.write("<html><head><title>Clip size<\/title>"+

	"<body bgcolor=#3D0000 topMargin=2 leftMargin=2><table width=100% height=100% border=0><tr><td align=center valign=center>"+
	"<img src='spacer.gif' name='cover'><\/td><\/tr><\/table>"+
	"<\/body><\/html>")

	imageWindow.document.cover.src=pic
	imageWindow.document.close()
	imageWindow.focus()

}


function newWin2(p) {
	imageWindow = window.open(p,'imageWin','top=230,left=85,width=200,height=300,status=no,scrollbars=no,resizable=no')

	imageWindow.focus()

}


