/*
Wimpy player
*/
function wimpyPopPlayer(theFile,id,stuff) 
{
	window.open(theFile,id,stuff);
}

