function openWinSubscribe()
{
leftPos = 0
topPos = 0
if (screen)
{
	leftPos = (screen.width / 2) - 251
	topPos = (screen.height / 2) - 162
}
ElementWindow = window.open
('subscribe.html','','width=620,height=300,left='+leftPos+',top='+topPos)
}

function openWinMp3()
{
leftPos = 0
topPos = 0
if (screen)
{
	leftPos = (screen.width / 2) - 251
	topPos = (screen.height / 2) - 162
}
ElementWindow = window.open
('player/audio-sample-player.html','','width=432,height=120,left='+leftPos+',top='+topPos)
}
