function popRegister()
{	
	//window.alert("test");
	window.open ("./register.html", "register","menubar=0,resizable=0,scrollbars=0 ,width=650,height=550"); 
}

function resizeRegister() {
	window.resizeTo(700, 650);
}

function popWallpaper(link)
{	
	//window.alert(link);
	window.open (link, "wallpaper","menubar=0,resizable=0,scrollbars=0 ,width=1024,height=768"); 
}

function popIcon(link)
{	
	//window.alert(link);
	window.open (link, "icon","menubar=0,resizable=0,scrollbars=0 ,width=550,height=250"); 
}

function popSkin(link)
{	
	//window.alert(link);
	window.open (link, "skin","menubar=0,resizable=0,scrollbars=0 ,width=600,height=680"); 
}

function popGame()
{	
	//window.alert('pop game');
	window.open ("./game/index.php", "game","menubar=0,resizable=0,scrollbars=0 ,width=625,height=425"); 
}

function shareMyspace(T, C, U, L)
{
    var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(T)
    + '&c=' + encodeURIComponent(C) + '&u=' + encodeURIComponent(U) + '&l=' + L;
    window.open(targetUrl);
}

var TwitThis = 
{
	pop : function () 
	{
		window.open("http://twitthis.com/twit?url="+encodeURIComponent(location.href)+"&title="+((document.title) ? encodeURIComponent(document.title.replace(/^\s*|\s*$/g,'')) : ""), "TwitThisPop", "width=600, height=600, location, status, scrollbars, resizable");
	}
}

