<!--Javascript follows

    function suitechange(suitenumber)
	{
        switch(suitenumber)
		{
		    case 7:
			    title="Orleans";
				description="The majestic elegance of Old World Europe gives Orleans its unique character and distinctive allure.  It lends stylish grace to any bathroom or powder room, creating a look that is truly impressive.  Styles come and go, but the regal Orleans is always a classic.";
				break;
			case 8:
				title="Parisian";
				description="Inspired by the romance and sophistication of a French drawing room in a bygone era, Parisian lends a formal ambiance to a bathroom or powder room. The curves and contours are graceful - and so very appealing to the eye. This is one of the loveliest suites in the St. Thomas Creations collection.";
				break;
			case 9:
			    title="Vanity Furniture";
				description="Nothing says luxury like the rich elegance of wood, intricately detailed and expertly handcrafted. Whether you're trying to achieve an antique look - or something a bit more exotic - the handsome vanity furniture from St. Thomas Creations can turn any bathroom into a true work of art.";
				break;
			case 10:
			    title="Barrymore";
				description="Tradition that resonates and design that endures, that's the beauty of Barrymore. A variety of lavatory options allow you to style your bathroom as you choose - regardless of its size. The truly distinctive design and shape of the Barrymore water closet complements the suite with style and grace. And you can soak away your cares and stresses in the luxurious old-fashioned soaking tub.";
				break;
			case 11:
				title="Liberty";
				description="A taste of Americana, updated with contemporary touches - that's Liberty. With classic lines and graceful contours, the design is so versatile that it coordinates perfectly with a variety of decors. No matter what effect you are tryng to achieve, Liberty makes it work beautifully.";
				break;
			case 12:
				title="Nouveau";
				description="A striking collection that offers the perfect blend of the classic and the contemporary, Nouveau's dramatic \"retro\" look has clean elegant lines accented by polished chrome to create a truly stunning effect. This suite can turn any bathroom, large or small, into a focal point.";
				break;
			case 13:
				title="Mayfair";
				description="Mayfair gracefully captures the nostalgia of days gone by. With its distinctive rounded shapes and fluted columns, this suite adds a subtle grace to your bathroom suite or master retreat. While classic in its design, Mayfair is also surprisingly contemporary - at home in formal as well as more casual settings.";
				break;
			case 14:
			    title="Richmond";
				description="Redesign your private sanctuary with the timeless elegance of the Richmond suite. The enduring beauty of the design is always in style. The rectangular lavatory enhances the square but graceful tapered pedestal. Richmond has a rich and impressive look that's distinctly its own.";
				break;
			case 15:
			    title="Celebration";
				description="The understated and timeless beauty of this suite really is cause for celebration. The pedestal lavatory is a true classic with recessed edging detail and a round pedestal column that can accommodate even the smallest bathrooms. The graceful water closet and bidet are traditionally styled, with gentle curves. And what better way to indulge yourself than relaxing in the handsome slipped tub.";
				break;
			case 16:
				title="Berkshire";
				description="Berkshire is elegant and understated with distinctive ridged lines and contours that give it its signature style. The look of Berkshire is surprisingly versatile - it can be formal or casual, depending on your choice of accents. Either way, the effect is stunning, turning any bathroom into a true showplace.";
				break;
			case 17:
				title="Palermo";
				description="Its unique and graceful shapes give Palermo a stately presence that lends an air of sophistication to any master bathroom or powder room. One of our most striking and imposing collections, the Palermo suite always makes quite an impression. This is elegance personified.";
				break;
			case 18:
			    title="Neo-Venetian";
				description="Colonial in appearance, intricate in detailing, the Neo-Venetian suite is a perennial favorite. The rectangular lavatory is complemented by a square but graceful tapered pedestal base. The water closet features a distinctive squared column base with matching backsplash. The overall effect is magnificent.";
				break;
			case 19:
				title="Balboa";
				description="A suite to treasure, Balboa has a richness of detail that gives it a rare elegance. The sleek pedestal lavatory is romantically shaped like an oyster with a fluted base that is Balboa's trademark. The gracefully designed water closet and bidet provide the perfect complements. Luxury has never looked so lovely.";
				break;
			case 20:
			    title="Arlington";
				description="Inspired by the classical styling of ancient Rome, yet surprisingly contemporary, the Arlington suite is stunningly decorative with elegant touches that lend a distinctive flair to any bathroom. Classic columns give Arlington its signature style. The graceful lavatory has a lovely oval shaped bowl with a delicately scalloped back splash, creating a look that is stately and so luxurious.";
				break;
			case 21:
			    title="Barcelona";
				description="Immerse yourself in the passionate Spanish style of the Barcelona suite. The scalloped shell design pedestal lavatory and water closet reflect the tranquility of the Mediterranean with a European-inspired design that endures. The space-saving lavatory with its sleek tapered design is perfect for a powder room. Whether your décor tends toward the more casual or formal, the look of Barcelona is always classic and distinctive.";
				break;
			case 22:
			    title="Londonderry";
				description="Nostalgia and romance inspired the creation of the shapely Londonderry pedestal lavatory with its large oval bowl, scalloped backsplash and whimsical yet classical look. The graceful rounded shape and simple clean lines and contours are carried through to the design of the water closet. The look of Londonderry recalls the charm of old England.";
				break;
			case 23:
			    title="Old Antea";
				description="Old Antea calls to mind the elegance and allure of sunny Spain. The lavatory is as decorative as it is functional, with matching mirror available for a completely coordinated look. The shape and design of the water closet provide a subtle contrast. Each piece in this lovely suite is handcrafted by skilled artisans and will add a distinctive flair to any bathroom suite or master retreat.";
				break;
			case 24:
			    title="Granada";
				description="Rediscover the architectural treasures of a Spanish courtyard with the handcrafted wrought iron Granada pedestal and china lavatory, with matching oval scroll mirror. Available in your choice of two beautiful finishes so you can create just the distinctive look you want. Bathrooms simply don't get any more elegant than this.";
				break;
			default:
			    title="Orleans";
				description="The majestic elegance of Old World Europe gives Orleans its unique character and distinctive allure.  It lends stylish grace to any bathroom or powder room, creating a look that is truly impressive.  Styles come and go, but the regal Orleans is always a classic.";
				break;
		}
        document.getElementById("display").src="specimages/SnV/"+suitenumber+"m.jpg";
		document.getElementById("lbSuiteName").innerHTML=title;		
		document.getElementById("suitedescription").innerHTML=description;

       
//        document.onmouseout=function()
//		{
//            obj.src="your_image1.jpg";
//            document.getElementById("foo").innerHTML="This is ready for change";
//            document.getElementById("coot").style.display="none";
//        }
    }

	function Pop(catID){

		suitename1 = document.getElementById("lbSuiteName").innerHTML;

		if (suitename1 == "Orleans"){suitenumber2 = 7;
		}else if (suitename1 == "Parisian"){
		    suitenumber2 = 8;
		}else if (suitename1 == "Vanity Furniture"){
			suitenumber2 = 9;		
		}else if (suitename1 == "Barrymore"){
			suitenumber2 = 10;		
		}else if (suitename1 == "Liberty"){
			suitenumber2 = 11;		
		}else if (suitename1 == "Nouveau"){
			suitenumber2 = 12;		
		}else if (suitename1 == "Mayfair"){
			suitenumber2 = 13;	
		}else if (suitename1 == "Richmond"){
			suitenumber2 = 14;	
		}else if (suitename1 == "Celebration"){
			suitenumber2 = 15;	
		}else if (suitename1 == "Berkshire"){
			suitenumber2 = 16;	
		}else if (suitename1 == "Palermo"){
			suitenumber2 = 17;	
		}else if (suitename1 == "Neo-Venetian"){
			suitenumber2 = 18;	
		}else if (suitename1 == "Balboa"){
			suitenumber2 = 19;	
		}else if (suitename1 == "Arlington"){
			suitenumber2 = 20;	
		}else if (suitename1 == "Barcelona"){
			suitenumber2 = 21;	
		}else if (suitename1 == "Londonderry"){
			suitenumber2 = 22;
		}else if (suitename1 == "Old Antea"){
			suitenumber2 = 23;
		}else{
			suitenumber2 = 24;
		}

//		suitenumber2 = "8";
		
//	    suitenumber1 = document.getElementById('suitenumber');
//		document.write(suitenumber);
	
	
w=window.open("/suites/popup.aspx?catID="+suitenumber2,"info","top=25,left=25,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=580");
		
//w=window.open("suites/popup.aspx?catID="+catID,"info","top=25,left=25,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=580");
w.focus();
	}

// -->
