﻿function openImageNews(vLink, vHeight, vWidth)
{
	var sLink = (typeof(vLink.href) == 'undefined') ? vLink : vLink.href;

	if (sLink == '')
	{
		return false;
	}

	winDef = 'status=no,resizable=no,scrollbars=no,toolbar=no,location=no,fullscreen=no,titlebar=yes,height='.concat(vHeight).concat(',').concat('width=').concat(vWidth).concat(',');
	winDef = winDef.concat('top=').concat((screen.height - vHeight)/2).concat(',');
	winDef = winDef.concat('left=').concat((screen.width - vWidth)/2);
	newwin = open('', '_blank', winDef);

	newwin.document.writeln('<title>© 2006 by Cuocsongquanhta.com.au - Contact : forum@Cuocsongquanhta.com.au</title><body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">');
	newwin.document.writeln('<a href="" onClick="window.close(); return false;"><img src="', sLink, '" alt="', '© 2006 by Cuocsongquanhta.com.au - Contact : forum@Cuocsongquanhta.com.au', '" border=0></a>');
	newwin.document.writeln('</body>');

	if (typeof(vLink.href) != 'undefined')
	{
		return false;
	}
}
function showImage(imageLink)
{
	var i = new Image;
	i.src = imageLink;

	p = findObj('ns_popup_content');
	p.innerHTML = '<img border=0 src="'+imageLink+'" onclick="hideImage()" class=ns_pointer>';
	
	p = findObj('ns_popup');
	p.style.visibility = 'visible';
	p.style.left = 200;
	p.style.top = 50;
	
	p = findObj('ns_popup_div_close');
	p.style.width = findObj('ns_popup').clientWidth;
}

function hideImage()
{
	p = findObj('ns_popup');
	p.style.visibility = 'hidden';
}
function ns_bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
function showSmallWindown(songid)
{
		smallWindow = window.open('small_windown.asp?id='+songid+'',"","top=5,left=10,width=,height="); smallWindow.resizeTo(280,380); smallWindow.focus();
}
function showMailWindown(songid)
{
		MailWindow = window.open('mailer.asp?id='+songid+'',"","top=5,left=10,width=,height="); MailWindow.resizeTo(350,410); MailWindow.focus();
}
function showErrorWindown(songid)
{
		ErrorWindow = window.open('request.asp?id='+songid+'',"","top=5,left=10,width=,height="); ErrorWindow.resizeTo(360,450); ErrorWindow.focus();
}
function showHelpWindown()
{
		HelpWindow = window.open('vietuni.asp',"","top=5,left=10,width=,height=,scrollbars"); HelpWindow.resizeTo(420,400); HelpWindow.focus();
}
function showUserListWindown(songid)
{
		UserListWindow = window.open('popup_user_list.asp?id='+songid+'#them',"","top=5,left=10,width=,height=,scrollbars,statusbar"); UserListWindow.resizeTo(400,500); UserListWindow.focus();
}
function showMailUserWindown(songid)
{
		MailUserWindow = window.open('send_user.asp?id='+songid+'#them',"","top=5,left=10,width=,height=,scrollbars,statusbar"); MailUserWindow.resizeTo(400,500); MailUserWindow.focus();
}
function showMediaWindown(songid)
{
}
function getUrl(l)
{
	self.location = l;	
}