// JavaScript Document
function addfav()
   {
   if (document.all)
      {
      window.external.AddFavorite
      ("http://www.therussianwomen.com","The Russian Women :: www.therussianwomen.com")
      }
   }
$(document).ready(function(){
	$(".order_page").fancybox({
		 'width' : 700,
		 'height' : 500,
		 'autoScale' : true,
		 'transitionIn' : 'none',
		 'transitionOut' : 'none',
		 'type' : 'iframe'
	 });
		$(".menu_f").fancybox({
		 'width' : 700,
		 'height' : 500,
		 'autoScale' : true,
		 'transitionIn' : 'none',
		 'transitionOut' : 'none',
		 'type' : 'iframe'
	 });
			$("a.preview").fancybox();

	 });
