function wimpyPopPlayer(theFile,id,stuff) 
{
window.open(theFile,id,stuff,"status=no,location=no,menubar=no,resizable=no,directories=no,top='50',left='5'");
}

