function popvid(vidclip)
{
	var baseurl = 'popup.jhtml?video=' + vidclip;
	popWin = window.open(baseurl, 'SoundScoop', 'location=no,scrollbars=no,width=275,height=275')  ;
}
function popaudio(vidclip)
{
	var baseurl = 'popup.jhtml?video=' + vidclip + '&audio=true';
	popWin = window.open(baseurl, 'SoundScoop', 'location=no,scrollbars=no,width=275,height=150')  ;
}
function popWindow(image,height,width)
{
	var url = 'showimage.jhtml?image=' + image;
	popupWin = window.open(url,'SoundScoop', 'location=no,scrollbars=no,width=' + width + ',height=' + height) ;
}
function popvote()
{
	votewindow = window.open('','votewindow', 'location=no,scrollbars=no,width=250,height=250') ;
}
function popnsync()
{	
	popWin = window.open('popup_nsync.jhtml', 'SoundScoop', 'location=no,scrollbars=no,width=275,height=275')  ;
}