$(document).ready(function()
{
	$('a.mplayer').popupWindow(
	{
		height:626, 
		width:384, 
		centerScreen:1,
		windowName:'gvfplayer'
	});
});