// JavaScript Document
function showDetails(Url)
{
	window.open(Url,'modeldetail','left=50,top=20,resizable=yes,titlebar=no,menubar=no,addressbar=no,statusbar=no,scrollbars=yes,width=558,height=565');
	return false;
}

function voteMe(qstr)
{
	document.frmVoting.action="voting_p.php"+trim(qstr);
}

function confirmation()
{
	if(confirm("Are you sure you want to vote for this model?"))
	{
		if(confirm("Confirmation: Click 'OK' to give vote or click 'Cancel' to cancel ."))
		{
			return true;
		}
	}
	return false;	
}
