$(document).ready(function() {
	$("ul.p_detail li:even").css('background-color','#d1ecff');
	$("ul.p_detail li:odd").css('background-color','#fdffd1');
	
 
		$(function() {
		  $("img.p_image_eff").hover(function() {
				$(this).animate({
				 "opacity": "0.7",
				 "cursor":"pointer"
				}, "fast")
			  }, function() {
				$(this).animate({
				 "opacity": "1"
				}, "fast")
			  });
					});
		 


});
function run_popup(ProgressURL)
{		
	var ProgressURL;
	var v = window.open(ProgressURL,'_blank','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,height=500,width=400,resizable=no');
	return true;
}
function openMailTo(b,c,d) { window.open("mailto:"+b+"?Subject="+c+"&Body=http://www.phivien.com"+d); }
