function whitesilk()
{
for (var num=1;num<5;num++) {
document.getElementById('swatch'+num).style.background = 'url(http://www.orientaloutpost.com/calligraphy/white-silk.jpg)';
}
}
function goldsilk()
{
for (var num=1;num<5;num++) {
document.getElementById('swatch'+num).style.background = 'url(http://www.orientaloutpost.com/calligraphy/gold-silk.jpg)';
}
}
function ivorysilk()
{
for (var num=1;num<5;num++) {
document.getElementById('swatch'+num).style.background = 'url(http://www.orientaloutpost.com/calligraphy/ivory-silk.jpg)';
}
}
function ltgreensilk()
{
for (var num=1;num<5;num++) {
document.getElementById('swatch'+num).style.background = 'url(http://www.orientaloutpost.com/calligraphy/lt-green-silk.jpg)';
}
}
function greensilk()
{
for (var num=1;num<5;num++) {
document.getElementById('swatch'+num).style.background = 'url(http://www.orientaloutpost.com/calligraphy/green-silk.jpg)';
}
}
function ltbluesilk()
{
for (var num=1;num<5;num++) {
document.getElementById('swatch'+num).style.background = 'url(http://www.orientaloutpost.com/calligraphy/lt-blue-silk.jpg)';
}
}
function plainwhitesilk()
{
for (var num=1;num<5;num++) {
document.getElementById('swatch'+num).style.background = 'url(http://www.orientaloutpost.com/calligraphy/plain-white-silk.jpg)';
}
}
function blacksilk()
{
for (var num=1;num<5;num++) {
document.getElementById('swatch'+num).style.background = 'url(http://www.orientaloutpost.com/calligraphy/black-silk.jpg)';
}
}