function crypticwin(addy, des, x, y)
{
window.open('../' + addy, des, 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0, width=' + x + ',height=' + y);
window.status='Powered by Cryptic Audio';
}
