var buildModelArray = new Array();
$(document).ready(function()
{
  //model_rating
  $("#ratemodel").change(function() 
  {
    $.post(
      'http://www.ddfshop.com/_ajax/ajax.php',
      {ajax_action : 'modelrate' , model_rate : $("#ratemodel option:selected").val()},
      function(data)
      {
        if(data!='nan')
        {
          alert(data);
        }
      }
    );
  })
  
  //set_rating
  $(".1bd, .hlf, .hot, .hoh, .egg, .ete, .cjl, .obj, .sfs, .ddfbusty").change(function() 
  {
    //alert('called');
    var seled = this.options[this.selectedIndex].value;
    //alert(seled);
    $.post(
      'http://www.ddfshop.com/_ajax/ajax.php',
      {ajax_action : 'setrate' , set_rate : seled},
      function(data)
      {
        if(data!='nan')
        {
          alert(data);
        }
      }
    );
  })
  
  $(".btn").click(function(){
    document.location.href='http://www.ddfshop.com/model-list/'+$(this).parent().attr('id')+'/'+$('#'+$(this).parent().attr('id')+' input').val();
  });
  
  $("#modelname, #onsite, #keyword").keypress(function(e)
  {
    if (e.which == 13)
    {
      document.location.href='http://www.ddfshop.com/model-list/'+$(this).attr('id')+'/'+$('#'+$(this).attr('id')+' input').val();
      return false;
    }
  });
//dev
  $(".btnka").click(function(){
    document.location.href='http://www.ddfshop.com/model-list2/'+$(this).parent().attr('id')+'/'+$('#'+$(this).parent().attr('id')+' input').val();
  });
//  
  $(".selectname, .selectbox").hover(
    function()
    {
      if($(this).attr('class') == 'selectname')
      {
        eval("var checkInArray = $(this).text();");
        if( !_inArray( checkInArray , buildModelArray ) )
        {
          $(this).css({'color':'#555555','cursor':'pointer'});
          $(this).prev().css({'background-color':'#000000','cursor':'pointer'});
        }
      }
      else
      {
        eval("var checkInArray = $(this).next().text();");
        if( !_inArray( checkInArray , buildModelArray ) )
        {
          $(this).css({'background-color':'#000000','cursor':'pointer'});
          $(this).next().css({'color':'#555555','cursor':'pointer'});
        }
      }
    },
    
    function()
    {
      if($(this).attr('class') == 'selectname')
      {
        eval("var checkInArray = $(this).text();");
        if( !_inArray( checkInArray , buildModelArray ) )
        {
          $(this).css('color','#000000');
          $(this).prev().css('background-color','#bbbbbb');
        }
      }
      else
      {
        eval("var checkInArray = $(this).next().text();");
        if( !_inArray( checkInArray , buildModelArray ) )
        {
          $(this).css('background-color','#bbbbbb');
          $(this).next().css('color','#000000');
        }
      }
    });
    
  $('.selectname, .selectbox').click(function()
  {
    if($(this).attr('class') == 'selectname')
    {
      str1 = "var checkInArray = $(this).text();";
    }
    else
    {
      str1 = "var checkInArray = $(this).next().text();";
    }
    eval(str1);
    if( _inArray( checkInArray , buildModelArray ) )
    {
      //remove from array
      _removeFromArray( checkInArray , buildModelArray );
      //change not selected
      if($(this).attr('class') == 'selectname')
      {
        $(this).css({'color':'#000000','cursor':'pointer'});
        $(this).prev().css({'background-color':'#bbbbbb','cursor':'pointer'});
      }
      else
      {
        $(this).css({'background-color':'#bbbbbb','cursor':'pointer'});
        $(this).next().css({'color':'000000','cursor':'pointer'});
      }
    }
    else
    {
      //add to array
      buildModelArray[buildModelArray.length] = checkInArray;
      //change selected
      if($(this).attr('class') == 'selectname')
      {
        $(this).css({'color':'#ff0000','cursor':'pointer'});
        $(this).prev().css({'background-color':'#ff0000','cursor':'pointer'});
      }
      else
      {
        $(this).css({'background-color':'#ff0000','cursor':'pointer'});
        $(this).next().css({'color':'#ff0000','cursor':'pointer'});
      }
    }
  });
  
  $('#submit_build, .hoverdiv').hover(
    function()
    {
      $(this).css('cursor','pointer');
    },
    function()
    {
      $(this).css('cursor','normal');
    }
  );
  
  $('#submit_build').click(function()
  {
    searchUrl = 'http://www.ddfshop.com/model-list/keyword/';
    searchTmp = '';
    for(i=0;i<buildModelArray.length;i++)
    {
      tmp = buildModelArray[i];
      tmp = tmp.replace(' ','_');
      tmp = tmp.replace('-','_-_');
      searchTmp += ((searchTmp!='')?'-and-':'')+tmp;
    }
    document.location.href=searchUrl+searchTmp;
  });
  
  $('#denys,#anthony,#bull,#virgil,#johnny,#patrixxx').click(function()
  {
    $('.aboutus').html('About him:<br /><br />'+infos[$(this).attr('id')]['a']);
    $('.question').html('Questionnaire:<br /><br />'+infos[$(this).attr('id')]['q']);
    pictureChanger($(this).attr('id'));
    resizer();
  });
  
  $('.smodelbtn, .btn').click(function()
  {
    if($('#smodel').val()!='')
    {
      document.location.href='http://www.ddfshop.com/model-list/modelname/'+$('#smodel').val();
    }
  });
  
  $('#sbtn').click(function()
  {
    if($('#query').val()!='')
    {
      document.location.href='http://www.ddfshop.com/model-list/modelname/'+$('#query').val();
    }
      return false;
  });
  
  $('.smodelbtnr').click(function()
  {
    if($(this).prev().val()!='')
    {
      if($(this).prev().attr('id') == 'kw_os') { urlp = 'keyword';}else{urlp = 'onsite';}
      document.location.href='http://www.ddfshop.com/model-list/'+urlp+'/'+$(this).prev().val();
    }
  });
  
  //lostpassword
  $('.contactbutton').click(function()
  {
    var emtest = new RegExp("^[\_]*([a-z0-9]+(\.|\_*)?)+@([a-z][a-z0-9\-]+(\.|\-*\.))+[a-z]{2,6}$");
    var em = $('.inputfield:input').val();
    if(emtest.test(em)==true)
    {
      $.post
      (
        'http://www.ddfshop.com/_ajax/ajax.php',
        {ajax_action : 'lostpassword' , email : escape($('.inputfield:input').val())},
        function(data)
        {
          if(data!='nan')
          {
            alert(data);
          }
        }
      );
    }
    else
    {
      alert('Please enter valid email address!');
    }
  });
  
  $('#select_support').change(function()
  {
    if($('#select_support option:selected').val()=='I want to be a model')
    {
      document.location.href='http://www.ddfshop.com/modelswanted';
    }
  });
  
  // supportform
  $('.contactbutton2').click(function()
  {
    if($('#select_support option:selected').val()!='0')
    {
      //test email
      var emtest = new RegExp("^[\_]*([a-z0-9]+(\.|\_*)?)+@([a-z][a-z0-9\-]+(\.|\-*\.))+[a-z]{2,6}$");
      var em = $('#email_support:input').val();
      //message
      var text = escape($('#support_text').val());
      //test captcha
      var cap = escape($('#support_captcha').val());
      if(emtest.test(em)!=true)
      {
        alert('Please enter valid email address!');return false;
      }
      else
      {
        $.post
        (
          'http://www.ddfshop.com/_ajax/ajax.php',
          {ajax_action : 'support', email : em, message : text, captcha : cap, subject : $('#select_support option:selected').val()},
          function(data)
          {
            //alert(data);
            eval(data);
          }
        );
      }
    }
    else
    {
      alert('Please select your message\'s subject!');
    }
  });
  
  $('#bookmark').click(function()
  {
    bookmark_us('http://www.ddfshop.com/', 'DDFNetwork - www.ddfshop.com')
  });
  
  $('#bookmark,#s').hover(
  function()
  {
    $(this).css('cursor','pointer');
  },
  function()
  {
    $(this).css('cursor','normal');
  }
  );
  $('#s').click(function()
  {
    changecss(0);
    $.post
    (
      'http://www.ddfshop.com/_ajax/ajax.php',
      {
        ajax_action : 'login'
      },
      function(data)
      {
        //alert(data);
        eval(data);
      }
    );
  });
  //loadothersite
  $('.hoverdiv').click(function()
  {
    var sid = $(this).attr('id').split('_');
    $.post
    (
      'http://www.ddfshop.com/_ajax/ajax.php',
      {
        ajax_action : 'getsite',
        sid : sid[1]
      },
      function(data)
      {
        //alert(data);
        eval(data);
      }
    );
  });
  //
  if($('.pleasewait').attr('id')!=undefined)
  {
    //alert('ok');
  }
  else
  {
    //alert('un');
  }

  $('.membervote_image').mouseover(function()
  {
    $(this).css({'cursor':'pointer'});
    var tmp = $(this).attr('id').split('_');
    var numberofredimages = tmp[1];
    for(i=1; i<=numberofredimages; i++)
    {
      /*alert(i+':'+$('#membervote_'+i+'_g').attr('class'));
      alert(i+':'+$('#membervote_'+i+'_b').attr('class'));*/
      if($('#membervote_'+i+'_g').attr('class')==undefined){additional='b';}else{additional='g';}
      $('#membervote_'+i+'_'+additional).attr({'src':'http://www.ddfshop.com/design/images/common/member_red-corona.jpg'});
    }
  });
  $('.membervote_image').mouseout(function()
  {
    $(this).css({'cursor':'normal'});
    var color = '';
    var tmp = $(this).attr('id').split('_');
    var numberofredimages = tmp[1];
    for(i=1; i<=numberofredimages; i++)
    {
      if($('#membervote_'+i+'_g').attr('class')==undefined){additional='b';color = 'blue';}else{additional='g';color = 'grey'}
      $('#membervote_'+i+'_'+additional).attr({'src':'http://www.ddfshop.com/design/images/common/member_'+color+'-corona.jpg'});
    }
  });
  $('.membervote_image').click(function()
  {
    var tmp = $(this).attr('id').split('_');
    $.post
    (
      'http://www.ddfshop.com/_ajax/ajax.php',
      {
        ajax_action : 'membervote',
        sid : $(this).attr('sid'),
        vote : tmp[1]
      },
      function(data)
      {
        //alert(data);
        eval(data);
      }
    );
  });

  $('#hlogin_btn').click(function()
  {
   $.post('/_ajax/ajax.php', { ajax_action : 'hlogin' }, function(data){eval(data);});
  });


  setTimeout('fadeIn()',1500);



});

function fadeIn()
{
 $('#hlbox').fadeIn(1500);
}


function _specmout(onouted)
{
  $("#"+onouted).css({'cursor':'normal'});
  var color = '';
  var tmp = onouted.split('_');
  var numberofredimages = tmp[1];
  for(i=1; i<=numberofredimages; i++)
  {
    if($('#membervote_'+i+'_g').attr('class')==undefined){additional='b';color = 'blue';}else{additional='g';color = 'grey'}
    $('#membervote_'+i+'_'+additional).attr({'src':'http://www.ddfshop.com/design/images/common/member_'+color+'-corona.jpg'});
  }
}
function _specmover(onovered)
{
  $('#'+onovered).css({'cursor':'pointer'});
  var tmp = onovered.split('_');
  var numberofredimages = tmp[1];
  for(i=1; i<=numberofredimages; i++)
  {
    if($('#membervote_'+i+'_g').attr('class')==undefined){additional='b';}else{additional='g';}
    $('#membervote_'+i+'_'+additional).attr({'src':'http://www.ddfshop.com/design/images/common/member_red-corona.jpg'});
  }
}
function bookmark_us(url, title)
{
  if (window.sidebar) 
  {
    window.sidebar.addPanel(title, url, "");
  }
  else if(window.opera && window.print)
  {
    var elem = document.createElement('a');
    elem.setAttribute('href',url);
    elem.setAttribute('title',title);
    elem.setAttribute('rel','window');
    elem.click();
  }
  else if(document.all)
  {
    window.external.AddFavorite(url, title);
  }
}
function pictureChanger(nowActive)
{
  guys = new Array('denys','anthony','bull','virgil','johnny','patrixxx');
  for (i=0;i<guys.length;i++)
  {
    if(guys[i] == nowActive)
    {
      $('#'+guys[i]).attr('src','http://www.ddfshop.com/design/images/dnw/'+guys[i]+'.jpg');
    }
    else
    {
      $('#'+guys[i]).attr('src','http://www.ddfshop.com/design/images/dnw/'+guys[i]+'ff.jpg');
    }
  }
}
function _inArray( needle, myArray )
{
  for(var i=0;i<myArray.length;i++)
  {
    if(needle == myArray[i])
    {
      return true;
    }
  }
  return false;
}

function _removeFromArray( needle, myArray )
{
  var temparray = new Array();
  j = 0;
  for(i=0;i<myArray.length;i++)
  {
    if(needle!=myArray[i])
    {
      temparray[j] = myArray[i];
      j++;
    }
  }
  myArray = temparray;
}

function resizer()
{
  if($(".adv").height()>=$(".qdv").height())
  {
    $(".question,.aboutspacer,.questionspacer").css("height",$(".adv").height()+10);
  }
  else
  {
    $(".aboutus,.aboutspacer,.questionspacer").css("height",$(".qdv").height()+10);
  }
}
function verify_form1() 
{
	var themessage = "You are required to complete the following fields: ";
	if (document.form1.email.value=="") 
  {
	 themessage = themessage + " E-mail address,";
	}
	if (document.form1.code.value=="") 
  {
	 themessage = themessage + " Verification code";
	}
	//alert if fields are empty and cancel form submit
	if (themessage == "You are required to complete the following fields: ") 
  {
	 return true;
	}
	else 
  {
  	alert(themessage);
  	return false;
  }
}

function verify_form2() 
{
	var themessage = "You are required to complete the following fields: ";
	if (document.form2.lostpwd.value=="") 
  {
	 themessage = themessage + " E-mail address";
	}
	if (themessage == "You are required to complete the following fields: ") 
  {
	 return true;
	}
	else 
  {
  	alert(themessage);
  	return false;
  }
}

function verifyahoo() 
{
  if (document.form1.email.value != "")
  {
    if (!document.form1.email.value.match('^[-_\.0-9a-zA-Z]{1,}(@yahoo.)[0-9a-zA-Z\.]{2,}$'))
    {
      document.form1.submit(); 
    }
    else 
    {
      if(confirm('We have detected that you are using a Yahoo email address. Unfortunately, our e-mails very often land in your spam/junk mail folder so if you use a Yahoo address, please check your spam box regularly! We recommend that you add us (support@ddfprod.com) to your "allow list" or use an alternative email address to write to us and include your original Yahoo address in the message text box for member identification. Thanks!\n\nClick OK to send anyway or click Cancel to enter another email'))
      {
        document.form1.submit();
      }
      else
      {
        return false;
      }
    }
  }
  else
  {
    alert('Sorry but your mail addresses is needed');
  }
}
                      
                      
var infos = new Array();
infos['denys'] = new Array();
infos['denys']['a'] = "<p>Unafraid to be different, Denys defies convention and stays on top.</p><br /><p>&quot;Imagine,&quot; says Denys Defrancesco, &quot;that my first published photo set came out in Mayfair in 1981. My second publication was in 1984. Just picture how hard those early years in between must have been!&quot;</p><br /><p>It takes a special kind of courage to be a starving aesthete dedicated to the popular yet disreputable art of photographing naked women. &quot;It takes a true dedication to the beautiful - and not a false one,&quot; says Denys.&quot;</p><br /><p>Second-rate nude photographers are not quite so highly thought of in society as second-rate poets, even though it takes as much practice to become first-rate,&quot; muses Denys. It\'s not the kind of art that a person might choose just for applause or recognition - that\'s one reason that it takes real stubbornness to survive at it.</p><br /><p>Nonetheless, all those tenacious years in Paris as a starving artist have paid off for Defrancesco. He is now recognized as one of the greatest living talents in nude photography. His secret, besides one of the greatest compositional eyes in photography today, and an ability to move fast to compose the image that mustn\'t get away, is a creative drive that stands unrivalled in the adult photography industry.</p><br /><p>Denys\' unique visual imagination is singularly suited to capturing women in their own beauty, rather than one which is plastered on, or poses in a superficial or hoakey setting. His style is characterized by his ability to light sumptuously yet naturally, and to bring out the natural in women in photographs that are at once realistic, natural and lively, and yet extremely sexy. None of that blur-photography, plastic-boob, bright color stuff for Denys: his work always reflects a scrupulous attention to detail that is never overstated, always close to the real, yet never anything less than consummately professional.</p>";
infos['denys']['q'] = "<p><b>Denys Defrancesco</b></p><br /><p><b>Experience</b>: 25 years in nude and glamour photography</p><br /><p><b>Credits</b>: Over 1,100 publications in the world\'s most notorious magazines</p><br /><p><b>Proudest Achievement</b>: Cars\' Girls, a sumptuous, independently - produced book of photographs</p><br /><p><b>Personal trademark</b>: Unafraid to meet the world\'s richest men without socks on</p><br /><p><b>Does he ever have affairs with models?</b> No comment</p><br /><p><b>Role Model</b>: Newton, for his compositionally imaginative, yet naturalistic style</p><br /><p><b>Philosophy</b>: The most important thing in life is to do what you love in life. There is no object which ought to prevent you from doing that - and the more you love life the more you will do it well. The secret to living well and to being happy is to do with your life what you want to do with it - no matter what people say</p><br /><p><b>Favorite color</b>: Yellow</p>";

infos['anthony'] = new Array();
infos['anthony']['a'] = "<p>&quot;This country has changed a lot since I came here, that\'s for sure...&quot; Tony Vidson reflects on his near-decade in Hungary, as one of the pioneering figures in the opening up of Hungary to the world\'s modeling industry, and the exposure of Hungarian female beauty to an amazed world audience.</p><br /><p>&quot;Nowadays it\'s much harder. In the beginning we could just go to the shopping mall any day of the week and ask any pretty girl to model for us. Now it is much more difficult, because I think they are afraid. There have been a lot of people who took undue advantage of the situation here, and now a lot of the girls want to see proof that you are legitimate before they will agree to work with you, or they will ask for a lot more money.&quot;</p><br /><p>&quot;Four years ago there were four of us - We were the first ones, I mean the first photographers working especially for the magazines, who decided to experiment with the internet, because nobody knew if it was a good idea. It was a startup thing, -- and Denys decided to make the step.&quot; Since then Tony\'s never looked back -- and he\'s not about to in the future either! &quot;There is always something new happening every day, and well, that keeps it interesting.&quot;</p><br /><p>Tony\'s always been known for his hardworking dedication to his own goals at work and play, and it\'s his own internal drive that makes him meet the high standards he sets for himself. Don\'t think that means he doesn\'t keep an eye on his competitors as well -- but still, when it comes to watching movies, Tony knows that his videos are the best -- and when he goes home at night, he knows what website he would choose to look at. &quot;Actually Hot Legs I like very much. I\'m not especially fetish, but well, it\'s one of the hottest fetish sites we have, but that\'s just a personal point of view.&quot;</p><br /><p>Don\'t let that sound like immodesty! It\'s only that, as Tony puts it, &quot;I think that for everything you do in your life it\'s the same - if you give your heart for it, and if you work, you always get the best. So, sure, you always have to suffer for that...&quot; Sure, he can complain all he wants -- but even so, even Anthony admits, &quot;It\'ll definitely always be a pleasure every day to do this job!&quot;</p>";
infos['anthony']['q'] ="<p><b>Tony Vidson</b></p><br /><p><b>Experience</b>: 10 years with DDF studios</p><br /><p><b>Credits</b>: Videos in worldwide distribution, attracting a growing cult following</p><br /><p><b>Proudest Achievement</b>: Seeing bootleg versions of his own work being sold on eBay</p><br /><p><b>Personal trademark</b>: Begins every sentence with &quot;In ze truth,&quot;</p><br /><p><b>Does he ever have affairs with models?</b> There are plenty of models who want to have affairs with him - he can tell you some stories! But mostly he\'s not interested. His standards are very high.</p><br /><p><b>Role Model</b>: Andrew Blake</p><br /><p><b>Philosophy</b>: Nothing comes without hard work, and if you want to be the best you have to work at it!</p><br /><p><b>Favorite color</b>: Blue</p>";


infos['bull'] = new Array();
infos['bull']['a'] = "<p>How long have you been doing this job and how did you get into it?</p><br /><p>&quot;I started in January of 2000 working as a photo retoucher for DDF. I had always been a keen amateur photographer and towards the end of 2002 Denys let me start shooting. He was a good teacher and helped me with lighting, backgrounds, etc and it just went from there.&quot;</p><br /><p>What was it like when you started and was it uncomfortable at all?</p><br /><p>&quot;I am very comfortable with naked women in front of me. I mean this is the best job on earth really!&quot;</p><br /><p>What is the funniest thing that ever happened when you were filming?</p><br /><p>&quot;We had an outdoor set that included the actor fucking tha water melon as well as the model. I kept laughing when I saw that. He was laughing too, I mean, who fucks a melon?&quot;</p><br /><p>Who was or is the easiest model to shoot?</p><br /><p>&quot;Sandy is very professional, she makes the set so easy and fast. Some of the beginners are good too because they try, they are not bored by their work. They can be really good too, they are still so raw.&quot;</p><br /><p>Who was or is the hardest model to shoot?</p><br /><p>&quot;Some girls get big headed and think they are stars. They think they should be treated like royalty and can get petulant on set.&quot;</p><br /><p>What is your favorite style of set to shoot?</p><br /><p>&quot;I find the softer sets the most erotic. Just stripteases wher you don\'t see inside the girls gaping ass or pussy. They excite me the most.&quot;</p>";
infos['bull']['q'] = "<p><b>Max Bullman</b></p><br /><p>If you could have a beer and a chat with anyone, who would it be? My friends and family, anyone else with a good heart is welcome too.</p><br /><p><b>Favourite food</b>: Hungarian chicken stew with rice (especially how my mom makes it), chocolate and melon</p><br /><p><b>Does what you see every day in the studio affect your private life?</b> I don\'t think so. In Hungary beautiful half naked girls are everywhere, I am used to it.</p><br /><p><b>Which set are you most proud of?</b> I am always proud of the sets the magazines purchase because they appreciate my work. I really try to produce very good quality pictures, so if someone else buys them I must be doing something right, I figure.</p><br /><p><b>Does he ever have affairs with the models?</b></p><br /><p>Never. I am a professional, these women are not in the studio to mess around with me!</p><br /><p><b>Role Model</b>: Denys Defrancesco, naturally</p><br /><p><b>If you could shoot anyone in the world who would it be?</b></p><br /><p>Halle Berry, she is beautiful.</p>";

infos['virgil'] = new Array();
infos['virgil']['a'] = "<p>How long have you been doing this job and how did you get into it?</p><br /><p>&quot;I have worked for Denys for over seven years now... I met him ten years ago moviing furniture for him. Then he asked if I wanted to work on his sets. Then video started getting big, so I learnt that too.&quot;</p><br /><p>What was it like when you started and was it uncomfortable at all?</p><br /><p>&quot;Let me put it this way: a piano weighs 300+ kilos and a model weighs 50, so I am happier with the models.&quot;</p><br /><p>What is the funniest thing that ever happened when you were filming?</p><br /><p>&quot;One we had Frank M in a big cardboard package and he fell over in it. I laughed for like half an hour. He couldn\'t get out.&quot;</p><br /><p>Who was or is the easiest model to shoot?</p><br /><p>&quot;The girls who have been doing it a while are usually the most natural and don\'t need to be told what to do and how to move. I think Sandra Shine, Sophie Moone and Sandy are the easiest to work with.&quot;</p><br /><p>Who was or is the hardest model to shoot?</p><br /><p>&quot;Boys who are amateurs and just come with their girlfriends: they can\'t control themselves properly.&quot;</p><br /><p>What is your favorite style of set to shoot?</p><br /><p>&quot;I like to try and vary things so as not to be too boring.. I like it when there is a blowjob set and it is as if you are a voyeur, I like that.&quot;</p>";
infos['virgil']['q'] = "<p><b>Virgil Startman</b></p><br /><p><b>If you could have a beer and a chat with anyone, who would it be?</b> My wife died of cancer some years ago, so I would love to catch up with her. Bon Scott, the original AC/DC frontman or Mick Jagger would be cool too.</p><br /><p><b>Favourite food</b>: Grated carrot. Don\'t ask!</p><br /><p><b>Does what you see every day in the studio affect your private life?</b> It can make the thought of sex mononous, but that just means you have to find ways to keep it fresh in your own life. It is nice to go on holiday and just get away from it for a while for sure.</p><br /><p><b>Which set are you most proud of?</b> I liked the melon set we did outside with Angelina Crow and Choky Ice, that was different for sure.</p><br /><p><b>Does he ever have affairs with the models?</b> Once I dated a model, but I think it is best to separate your private life and your professional life.</p><br /><p><b>If you could shoot anyone in the world who would it be?</b></p><br /><p>Julia Roberts or Kylie Minogue in a blowjob set. Yeah!</p>";

infos['johnny'] = new Array();
infos['johnny']['a'] = "<p>Johnny got his start back in \'97 when he worked as an assistant for a nude photographer in Germany, a job he held for three years before moving on to become a fashion photographer working primarily in Germany and Switzerland.</p><br /><p>Two years later he returned home to Prague and began his career in the porn industry working as both a photographer and videographer for various European and American productions. Johnny remembers, &quot;I enjoyed being a fashion photographer a great deal, but it was a struggle, there was more work in porn. But it\'s a totally different business, I had to learn everything.&quot;</p><br /><p>In 2004 Johnny started working for DDF and things took off from there. &quot;Since working for Denys it\'s been pretty much non-stop, at times the job can be very demanding, every day you are faced with challenges but I like to work and like what I\'m doing, so I\'m happy. Working with a new girl is nice because she is fresh, a new fantasy, but at the same time a challenge to create an image and atmosphere that she feels comfortable with. If she\'s happy and relaxed she will give you her all. After shooting a girl once or twice you become aware of how she moves, responds, etc. This is nice because you can get different angles, and you know what she feels comfortable doing. &quot; When asked which media he preferred, Johnny replied, &quot;VIDEO, I like the flow of video, its happening now.&quot; Johnny says &quot;I prefer to shoot soft erotic it\'s more realistic and artistic.&quot;</p><br /><p>In closing Johnny says he will continue to work hard to bring the public what they want.</p>";
infos['johnny']['q'] = "<p><b>Johnny Baliano</b></p><br /><p><b>Experience</b>: 8 years as a nude & fashion photographer / videographer.</p><br /><p><b>Credits</b>: Has worked for many productions and companies with nearly all of them receiving awards.</p><br /><p><b>Proudest Achievement</b>: Becoming a father and working for one of the best in the World.</p><br /><p><b>Personal trademark</b>: No comment.</p><br /><p><b>Does he ever have affairs with models?</b> In the beginning the girls teased a lot, but I stay professional, I prefer to keep my distance.</p><br /><p><b>Role Model</b>: Francis Ford Coppola</p><br /><p><b>Philosophy</b>: Be happy in life & enjoy every minute, life is much to short.</p><br /><p><b>Favorite color</b>: Black & White</p>";

infos['patrixxx'] = new Array();
infos['patrixxx']['a'] = "<p>Patrixxx, originally from France, started his career in the Adult Video Industry back in 98, while living in Santa Barbara, California, and credits many for his continuing success. &quot;It\'s been a long and hard road, but one that has been extremely fulfilling and rewarding. I never would have made it as far as I have without the help of so many.&quot; Patrixxx was restoring antique cars and looking for a career change, he and a photographer friend of his decided to shoot a video, &quot;Porn Again!&quot; After months of struggling to sell the movie Metro contacted him out of the blue. Patrixxx remembers, &quot;They bought the movie for exactly what we had put into it, not a nickel more.&quot; But the contact itself proved to be worth more than its weight in gold. Metro sent Patrixxx to France to shoot two videos. Whilst there he hooked up with a French adult magazine and agreed to do some freelance writing, covering behind the scenes of Los Angeles\'s porn productions. It was during this time that Patrixxx met Jeff Coldwater, a director for Filmco. Jeff hired Patrixxx as a photographer; &quot;I really liked working with Jeff.</p><br /><p>That experience opened my eyes to a whole new world.&quot; Patrixxx say\'s he can remember placing his first ad in the paper looking for models, and the response he got, &quot; I remember Claudio Bergamin responding to the ad, he and his wife Tiziana were both models, this relationship let to Patrixxx meeting Michael Stefano, Robert Black and Tom Byron, working for them as a photographer. &quot; I learned so much in such a short amount of time. Each and every photograph must tell a story all its own. As a photographer you must have a vision and then be able to capture it. It took time for me to learn how to work with the models, so that they would give me what I wanted. As the girls relax their true personality comes out and that\'s what you want to capture.&quot; Patrixxx remembers receiving a email from Axel Braun and they hooked up at the 2000 Cannes Film Festival, it was there that he had his first encounter with Czech Girls, &quot; They were the most gorgeous girl\'s that I had ever seen in my life.&quot;</p><br /><p>Patrixxx continued working in the States but in mid 2000 he made his move to Prague. Shortly after arriving he shot two movies for New Sensations and spent some time shooting in the Philippines, Thailand, Singapore, and New Zealand, this was about the time he met Denys Defrancesco, since that time they have developed a close working and personal relationship that is still growing. It wasn\'t long after this that Patrixxx started working for Rocco as his main photographer, during that time he met Nacho Vidal and Christopher Clark, &quot;I worked for Rocco about two years, during this time I gained a tremendous amount of knowledge.&quot; In 2002 Patrixxx hooked up with Javier and Jason from Sineplex, they shot over in Ibiza and then in 2003 Patrixxx made his first trip with Sineplex to Russia. &quot; Shooting in Russia was an experience of a life time!&quot; since that time he has shoot there many times, he admits, &quot; Russia is one of my favorite places, I love shooting there.&quot; Asked if he had had to choose one job, what would it be and why? Patrixxx\'s eyes light up, &quot;Give me my video camera,&quot; he responded, &quot;because it\'s moving, it\'s alive, it\'s a constant challenge to get the right angle and keep alive the energy of the scene. I get a great deal of satisfaction from shooting a good, hot scene. I love seeing the girls enjoying what they are doing.&quot; When asked what\'s next for him he said that he will continue developing his own website, working for DDF Productions, and remaining available for travel to other countries. &quot;It\'s all about the girls and new talent is the key, the public is always hungry for new faces! Sometimes we must take risk, shooting in places few have shot in before!&quot;</p><br /><p>&quot;Nothing in this world beat\'s hard work and knowledge, you must be hungry for it!&quot;</p>";
infos['patrixxx']['q'] = "<p><b>Patrixxx</b></p><br /><p><b>Experience</b>: 8 Years as a photographer, videographer, editor, and director.</p><br /><p><b>Credits</b>: fortunate enough to have worked with some of the best in the business the world\'s most notorious magazines.</p><br /><p><b>Proudest Achievement</b>: Buying my flat in Prague</p><br /><p><b>Personal trademark</b>: No Comment</p><br /><p><b>Does he ever have affairs with models?</b> In the beginning I did quite a bit, but not any more.</p><br /><p><b>Role Model</b>: No comment</p><br /><p><b>Philosophy</b>: &quot;We are not Hollywood producers here. We should never lose focus on what we are doing and never forget what the public wants; it\'s all about the girl\'s and the action! Don\'t take yourself too serious. Always be true to the business. I\'m very proud of what do.&quot;</p><br /><p><b>Favorite color</b>: Blue</p>";

function changecss(mySelector)
{
  if (mySelector == 0)
  {
    $("#authbox").removeClass("hdauth");
    $("#authbox").addClass("shauth");
  }
  else
  {
    $("#authbox").removeClass("shauth");
    $("#authbox").addClass("hdauth");
  }
}