function soona_popup(url)
{
	if (getCookie( "soona_popup" ) != 'Y' ) {
	//url = "pop/popup.htm";
	window.open(url,'soona_popup_name','width=480,height=700,resizable=no,scrollbars=no,left=0,top=0');
	}
	return;
	
}



/*function soona_popup02(url)
{
	if (getCookie( "soona_popup02" ) != 'Y' ) {
	//url = "popup/popup2.htm";
	window.open(url,'soona_popup02','width=430,height=598,resizable=no,scrollbars=no,left=0,top=0');
	}
	return;
}
*/



function getCookie( name )
{
	var nameOfCookie = name + "=";
	var x = 0;
	while ( x <= document.cookie.length )
	{
		var y = (x+nameOfCookie.length);
		if ( document.cookie.substring( x, y ) == nameOfCookie )
		{
			if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
				endOfCookie = document.cookie.length;
			return unescape( document.cookie.substring( y, endOfCookie ) );
		}
		x = document.cookie.indexOf( " ", x ) + 1;
		if ( x == 0 )
		break;
	}
	return "";
}
//soona_popup('pop/pop2.htm');
//soona_popup02('popup/popup2.htm');
