/*
 * file: tomx.js
 * (c) 2005 tacc media & production
 */
function jumpmain( name )
{
	if (!top.main) return;
	top.main.document.location.href = '?p=' + name + '&w=main';
}
function jump( name )
{
	if (!top.left || !top.right) return;
	top.left .document.location.href = '?p=' + name + '&w=left';
	top.right.document.location.href = '?p=' + name + '&w=right';
	setTimeout( "jumpmain('"+name+"')",10 );
}
function enlarge( id )
{
	_popup( 'enlarge',800+20,600+32,'?p=enlarge&id='+id,0 );
}
function enlarge2( id )
{
	location.href = '?p=enlarge&id=' + id;
}
function enlargeshop( id )
{
	_popup( 'enlarge',410+20,345+32,'?p=enlarge&product=1&id='+id,0 );
}
function song( num )
{
	if (top.player)
	{
		var m_url = '?p=player&extsong=' + num;
		top.player.document.location.href = m_url;
	}
}
