// For magazine review 
/*Code to change the pictures*/

var myText=new Array();
var myimages=new Array();
var gotolink="#"

function changeimage(towhat,url){
if (document.images){
document.images.targetimage.src=towhat.src
gotolink=url
}
}

function warp(){
window.location=gotolink
}

function preloadimages(){
for  (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

preloadimages("./images_vd/MagImages/Thumb_PhotoNews19_10_261x35.jpg","./images_vd/MagImages/ThumbMag2.jpg","./images_vd/MagImages/ThumbMag3.jpg","./images_vd/MagImages/ThumbMag4.jpg","./images_vd/MagImages/ThumbMag5.jpg","./images_vd/MagImages/ThumbMag6.jpg","./images_vd/MagImages/ThumbMag7.jpg","./images_vd/MagImages/ThumbMag8.jpg","./images_vd/MagImages/ThumbMag9.jpg", "./images_vd/MagImages/ThumbMag10.jpg", "./images_vd/MagImages/ThumbMag11.jpg" ,"./images_vd/MagImages/ThumbMag1.jpg","./images_vd/MagImages/Thumb_OutdoorPhot_31_2010_261x350.jpg" )


/*Code to show the text*/

/*This function shows the appropriate text. Enter in the array number of the text you want displayed*/

function showMSG(MSG){

document.TEXT.textarea.value=myText[MSG]

}

function showMSG2(MSG){

document.TEXT.textarea2.value=myText[MSG]

}


function preloadText(){
for (a=0;a<preloadText.arguments.length;a++){
myText[a]=preloadText.arguments[a]
}
}
preloadText("PHOTO News Magazine Spring 2010 carried an article written by Peter K. Burian.",
"Article «Spring Tune-Up» Author recommend VisibleDust Zeeion antistatic Blower, swabs & VDust liquid.",

"Featured on page 107 in the April 2006 issue of Digital Camera (UK).",
"The three page article detailing the cleaning of your sensor recommended VisibleDusts' Sensor Brushô and Sensor Cleanô as cleaning tools.",

"Featured on page 31 in the October 2005 issue of Digital Camera.",
"Jon Cox reviewed the VisibleDust Econo 1.6x Kit" ,

"Featured on page 28 in the August 2005 issue of Outdoor Photographer.",
"An article reguarding Cleaning Digital Camera Sensor's highlighted VisibleDusts' products.",

"Featured on page 78 in the March 2005 issue of Photo Life.",
"Peter K. Burians «Image Products Review» refers to the Sensor Brushô as 'one of the best solutions' to clean the image sensor.",

"Super foto featured a 2 page review on VisibleDusts' 1.6x Econo Kit.",
"The article can be found in issue 114 on page 47.",

"From the publishers of Photo Life comes the Master Guide 2005 for everything relating to video and photography.",
"VisibleDust is listed as a supplier and brand name. Our Sensor Brushô is also listed.",

"The winter 2004 edition of «News Views» has an article by Geoff Robins reviewing the VisibleDust Sensor Brushô.",
"The review can be found on page 14.",

"The April/May issue of Photoshop User featured a 2 page article by Kevin Ames about sensor cleaning.",
"VisibleDusts' Sensor Brushô was the preferred choice for the cleaning of the sensor. The article can be found on page 54" ,

"PCPhoto Magazine featured an article titled «eBay Your Old Gear» in their January/February 2007 Issue.",
"In a side context author Wes Pitts mentions the Arctic Butterfly® in describing how to best prepare your used DSLR for auction. Thanks for the plug Wes!" ,

"Shutterbug Magazine February 2007 carried an article written by Joe Farace entitled «The Virtues of Digital Imaging».",
"In this article VisibleDust is mentioned in a paragraph dedicated to image purity." ,

"Featured on page 91 in the March 2006 issue of Popular Photography.",
"Jason Schneider makes reference to VisibleDusts' Arctic Butterfly® and Sensor Brushô for image sensor cleaning.",

"Featured on page 84 and 89 in the April 2010 issue of Outdoor Photographer.",
"Editor reviewed the VisibleDust products" 

)
// End of for magazine review 

