function wimpyPopPlayer(theFile,id,stuff) {
	var theWindow = window.open(theFile,id,stuff);
    theWindow.focus();
    return theWindow;
}
