function imagePopup(imagepath) {
 window.open('http://www.seductiverecords.com/popup.php?imagepath=' + imagepath,'SEDUCTIVEIMAGE','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,copyhistory=no,width=200,height=200');
}

function imagePopupFULL(imagepathFULLSIZE) {
 window.open('http://www.seductiverecords.com/popup.php?imagepathFULLSIZE=' + imagepathFULLSIZE,'SEDUCTIVEIMAGE','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,copyhistory=no,width=200,height=200');
}

function popWin(imagepath,imgWidth,imgHeight) {
 window.open('http://www.seductiverecords.com/' + imagepath,'SEDUCTIVEWINDOW','toolbar=no,scrollbars=yes,menubar=no,directories=no,location=no,width=' + imgWidth + ',height=' + imgHeight + ',left=100,top=100,noresize=yes');
}


function popWinMail(imagepath,imgWidth,imgHeight) {
 window.open(imagepath,'SEDUCTIVEWINDOW','toolbar=no,scrollbars=yes,menubar=no,directories=no,location=no,width=' + imgWidth + ',height=' + imgHeight + ',left=100,top=100,noresize=yes');
}