      /* 



* Main Retail Product Array ------------- new products ONE above the final entry ------------------------------------1



 */

function makeProduct(item_name, item_number, WPrice, amount, RPrice, Stock, Link) {
this.item_name = item_name;
this.item_number = item_number;
this.WPrice = WPrice;
this.amount = amount;
this.RPrice = RPrice;
this.Stock = Stock;
this.Link = Link;
}

Product = new Array();
Product[0] = new makeProduct('Melrose Dress B/W Floral','1281',   '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 0  1  0  0  1', "<a href='http://www.virusclothing.com/virusphere/PROe.php'target='_blank'>Product Page</a>");
Product[1] = new makeProduct('Marrakesh Tunic','1280a',           '84.00',  168.00, 'Price NZ168.00',    'Check Stock - 4  3  2  1  4', "<a href='http://www.virusclothing.com/virusphere/virian/product/newproduct.php'target='geo12059'><img src='http://www.virusclothing.com/virusphere/virian/adminicontroller/images/thumbnail_1324631905.jpg' id='link'></a>");
Product[2] = new makeProduct('Marrakesh Dress','1280',            '89.00',  180.00, 'Price NZ180.00',    'Check Stock - 1  3  3  2  1', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[3] = new makeProduct('Buisness Skirt Beige','1284a',      '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  4  1  2  1', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[4] = new makeProduct('Buisness Skirt B/W','1284',         '72.10',  140.00, 'Price NZ140.00',    'Check Stock - 0  1  0  1  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[5] = new makeProduct('Dita Dress Black','1282',           '88.00',  172.00, 'Price NZ172.00',    'Check Stock - 1  1  2  2  2', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[6] = new makeProduct('Leadlight Skirt B/W','1286',        '72.00',  144.00, 'Price NZ144.00',    'Check Stock - 2  1  0  0  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[7] = new makeProduct('Denim City Skirt Blue','1114',      '59.00',  138.00, 'Price NZ138.00',    'Check Stock - 1  1  1  1  1', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[8] = new makeProduct('Melrose Dress B/Tan Swirl','1281a', '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 2  2  2  1  2', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[9] = new makeProduct('Heaven Skirt','1260',               '84.00',  150.00, 'Price NZ150.00',    'Check Stock - 1  1  1  1  1', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[10] = new makeProduct('Robot Skirt B/W','1011',           '72.10',  140.00, 'Price NZ140.00',    'Check Stock - 1  1  1  1  1', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[11] = new makeProduct('Victoria Mesh Top','1078',         '52.00',  108.00, 'Price NZ108.00',    'Check Stock - 0  0  0  0  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[12] = new makeProduct('Imp Mesh Top','0945',              '49.00',   98.00, 'Price NZ98.00',     'Check Stock - 2  2  0  0  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[13] = new makeProduct('Scorpion Skirt','0950',            '79.00',  158.00, 'Price NZ158.00',    'Check Stock - 1  0  1  3  1', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[14] = new makeProduct('Liberty Skirt','0965',             '72.00',  144.00, 'Price NZ144.00',    'Check Stock - 4  0  0  0  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[15] = new makeProduct('Rameses Dress','0992',             '82.00',  180.00, 'Price NZ180.00',    'Check Stock - 1  0  0  0  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[16] = new makeProduct('Tiki Top B/W','0960',              '59.00',  118.00, 'Price NZ118.00',    'Check Stock - 4  1  0  0  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[17] = new makeProduct('Denim Cogs Skirt Black','1010',    '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  5  0  2  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[18] = new makeProduct('Surreal Mesh Skirt','1266',        '64.00',  128.00, 'Price NZ128.00',    'Check Stock - 1  0  0  0  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[19] = new makeProduct('Alice Skirt','1050',               '59.00',  140.00, 'Price NZ140.00',    'Check Stock - 0  1  0  0  1', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[20] = new makeProduct('Ace of Spades Top','1054',         '62.00',  124.00, 'Price NZ124.00',    'Check Stock - 0  1  1  1  0', "<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[21] = new makeProduct('Blake Mesh Top','1067',            '49.00',  98.00,  'Price NZ98.00',     'Check Stock - 0  6  3  0  1',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[22] = new makeProduct('Veins Skirt B/Red','1127',         '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[23] = new makeProduct('Denim Bridges Skirt','1131',       '70.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[24] = new makeProduct('Bridge Hoodie','1121',            '74.00',   148.00, 'Price NZ148.00',    'Check Stock - 0  0  2  2  1',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[25] = new makeProduct('Paisley Skirt Green','1157',       '60.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  0  1  2  1',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[26] = new makeProduct('Goddess Skirt B/W','1170',         '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 2  3  4  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[27] = new makeProduct('Mayan Skirt','1172',               '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 2  2  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[28] = new makeProduct('Sin City Skirt','1174',            '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[29] = new makeProduct('Wolfli Writing Skirt','1174a',     '72.10',  140.00, 'Price NZ140.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[30] = new makeProduct('Sperm Shirt','1196',               '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 0  2  3  2  2',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[31] = new makeProduct('S+M Shirt B/W','1199',             '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 0  2  2  2  1',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[32] = new makeProduct('Op-Art Skirt B/W','1200',          '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 6  3  1  3  5',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[33] = new makeProduct('New Order Skirt','1235',           '62.00',  138.00, 'Price NZ138.00',    'Check Stock - 1  2  2  0  2',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[34] = new makeProduct('Satin Net Dress Kelly Green','1250','104.00',  198.00, 'Price NZ198.00',  'Check Stock - 1  0  0  0  1',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[35] = new makeProduct('Zebra Swirl Pinafore Dress','1254','79.10',  158.00, 'Price NZ158.00',    'Check Stock - 1  0  0  0  1',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[36] = new makeProduct('Face Drill Skirt','1259',          '74.00',  148.00, 'Price NZ148.00',    'Check Stock - 1  1  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[37] = new makeProduct('Eye Top','1262',                   '59.00',  104.00, 'Price NZ104.00',    'Check Stock - 0  0  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[38] = new makeProduct('Saints Skirt','1264',              '62.00',  125.00, 'Price NZ125.00',    'Check Stock - 1  3  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[39] = new makeProduct('Tie Me Up Top','1269',             '75.00',  150.00, 'Price NZ150.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[40] = new makeProduct('Dada Picabia Skirt B/W','1271',    '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 0  0  2  0  1',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[41] = new makeProduct('Demon Skirt','1281ds',             '72.10',  140.00, 'Price NZ140.00',    'Check Stock - 1  0  2  5  6',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[42] = new makeProduct('Leadlight Skirt B/Red','1286a',    '72.00',  144.00, 'Price NZ144.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[43] = new makeProduct('Princess Mesh Skirt','1300',      '82.00',  164.00, 'Price NZ164.00',     'Check Stock - 5  5  2  5  6',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[44] = new makeProduct('Chaos God Mens Tank','0004',       '89.00',  178.00, 'Price NZ178.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[45] = new makeProduct('Crowley Shirt','0005',            '104.00',  208.00, 'Price NZ208.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[46] = new makeProduct('Faces Mesh Top','1257',            '62.00',  98.00, 'Price NZ98.00',      'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[47] = new makeProduct('Faces Pant','0007',                '72.10',  140.00, 'Price NZ140.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[48] = new makeProduct('Horror Mesh Dress','0008',        '104.00',  208.00, 'Price NZ208.00',    'Check Stock - 1  0  0  5  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[49] = new makeProduct('Meat Corset','0009',              '104.00',  208.00, 'Price NZ208.00',    'Check Stock - 1  0  0  5  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[50] = new makeProduct('Medussa Top','0010',               '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[51] = new makeProduct('Psycho Shirt','0012',              '89.00',  178.00, 'Price NZ178.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[52] = new makeProduct('Skull Denim Skirt','1130',         '72.00',   140.00, 'Price NZ140.00',   'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[53] = new makeProduct('To Be Or Not To Be','0014',        '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 7  2  2  5  6',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[54] = new makeProduct('Virus T-Shirt','0015',             '72.10',  140.00, 'Price NZ140.00',    'Check Stock - 1  0  2  5  6',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[55] = new makeProduct('Wolfli Writing Dress','0006',     '104.00',  208.00, 'Price NZ208.00',    'Check Stock - 9  3  2  5  6',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[56] = new makeProduct('Rameses Skirt','1000',             '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[57] = new makeProduct('Wolfli Dress','1259a',              '84.00',  168.00, 'Price NZ168.00',   'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[58] = new makeProduct('Egyptian Skirt','1008',            '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[59] = new makeProduct('Denim Statement Skirt','0963a',    '84.00',  168.00, 'Price NZ168.00',    'Check Stock - 3  1  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[60] = new makeProduct('Drill Statement Skirt','0963b',    '84.00',  168.00, 'Price NZ168.00',    'Check Stock - 0  0  0  1  2',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[61] = new makeProduct('Dada Picabia Top','1282dp',        '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 2  2  4  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[62] = new makeProduct('Ace Top','1270',                   '62.00',  124.00, 'Price NZ124.00',    'Check Stock - 1  1  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[63] = new makeProduct('Alchemist Skirt','1274',           '79.00',  158.00, 'Price NZ158.00',    'Check Stock - 2  2  4  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[64] = new makeProduct('Picasso Dress','1245',             '89.00',  178.00, 'Price NZ178.00',    'Check Stock - 0  3  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[65] = new makeProduct('Picasso Tunic','1245a',            '84.00',  168.00, 'Price NZ168.00',    'Check Stock - 1  3  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[66] = new makeProduct('Picasso Skirt','1246',             '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 1  3  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[67] = new makeProduct('Goddess Halter Dress','1247',      '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 0  3  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[68] = new makeProduct('Princess Paris Dress Yellow','1299a','104.00',  208.00, 'Price NZ208.00', 'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[69] = new makeProduct('Princess Paris Dress Orange','1299b','104.00',  208.00, 'Price NZ208.00', 'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[70] = new makeProduct('Princess Paris Dress Silver','1299c','104.00',  208.00, 'Price NZ208.00', 'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[71] = new makeProduct('300 Mesh Lined Dress Red','1310a', '89.00',  178.00, 'Price NZ178.00',    'Check Stock - 0  2  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[72] = new makeProduct('300 Mesh Lined Dress Olive','1310b', '89.00',  178.00, 'Price NZ178.00',  'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[73] = new makeProduct('Princess Paris Skirt Yellow','1300a','92.00',  184.00, 'Price NZ184.00',  'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[74] = new makeProduct('Princess Paris Skirt Orange','1300b','92.00',  184.00, 'Price NZ184.00',  'Check Stock - 0  1  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[75] = new makeProduct('Princess Paris Skirt Silver','1300c','92.00',  184.00, 'Price NZ184.00',  'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[76] = new makeProduct('Marlene Dress Fire Floral','1301 ','86.00',  172.00, 'Price NZ172.00',    'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[77] = new makeProduct('Marlene Dress Tan Swirl','1301b',  '86.00',  172.00, 'Price NZ172.00',    'Check Stock - 1  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[78] = new makeProduct('Bohemian Dress Gold','1302a',      '86.00',  172.00, 'Price NZ172.00',    'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[79] = new makeProduct('Bohemian Dress Chocolate','1302b', '86.00',  172.00, 'Price NZ172.00',    'Check Stock - 2  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[80] = new makeProduct('Leticia Dress','1283',             '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[81] = new makeProduct('Pleated School Skirt','1303',      '69.00',  158.00, 'Price NZ158.00',    'Check Stock - 1  3  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[82] = new makeProduct('Gypsy Skirt','1307',               '92.00',  184.00, 'Price NZ184.00',    'Check Stock - 1  2  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[83] = new makeProduct('300 Net Overdress Black','1309a',  '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 5  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[84] = new makeProduct('300 Net Overdress Red','1309b',     '82.00',  164.00, 'Price NZ164.00',   'Check Stock - 0  2  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[85] = new makeProduct('Cocoon Dress','1313',              '92.10',  184.00, 'Price NZ184.00',    'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[86] = new makeProduct('Arc Top Spades B/W','1297',        '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[87] = new makeProduct('Long Lace Coat Black','1314',      '89.00',  178.00, 'Price NZ178.00',    'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[88] = new makeProduct('Arc Top Spiders B/W/Red','1298',   '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[89] = new makeProduct('Optical Swirl Dress','1304',       '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[90] = new makeProduct('Venetian Halter Dress Oat','1305','80.00',  160.00, 'Price NZ160.00',     'Check Stock - 1  2  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[91] = new makeProduct('Venetian Halter Dress Ivory','1305a','80.10',  160.00, 'Price NZ160.00',  'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[92] = new makeProduct('Sybella Dress','1308',             '89.00',  178.00, 'Price NZ178.00',    'Check Stock - 1  1  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[93] = new makeProduct('Headlines Skirt','1285',           '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  1  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[94] = new makeProduct('Spiders Skirt B/W/Red','1290',     '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 2  3  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[95] = new makeProduct('Hypnotic Skirt B/W','1287',        '72.00',  144.00, 'Price NZ144.00',    'Check Stock - 2  3  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[96] = new makeProduct('Hypnotic Skirt B/Red','1287a',     '72.00',  144.00, 'Price NZ144.00',    'Check Stock - 0  2  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[97] = new makeProduct('Spirals Skirt B/W','1288',         '72.00',  144.00, 'Price NZ144.00',    'Check Stock - 2  4  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[98] = new makeProduct('Spirals Skirt B/Red','1288a',      '72.00',  144.00, 'Price NZ144.00',    'Check Stock - 2  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[99] = new makeProduct('Virus Skirt B/W','1289',           '76.00',  148.00, 'Price NZ148.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[100] = new makeProduct('Virus Skirt B/Red','1289a',       '76.00',  148.00, 'Price NZ148.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[101] = new makeProduct('Vintage Dress Squiggle Dot','1178','82.00', 164.00, 'Price NZ164.00',    'Check Stock - 2  1  1  5  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[102] = new makeProduct('Belle de Jour Top','1181',        '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 2  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[103] = new makeProduct('Vintage Dress Floral','1178a',     '82.10',  164.00, 'Price NZ164.00',    'Check Stock - 3  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[104] = new makeProduct('Vintage Dress 3/4 Sleeve','1168', '78.00',   158.00, 'Price NZ158.00',    'Check Stock - 0  0  2  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[105] = new makeProduct('Paris Lace Dress Red','1184',      '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[106] = new makeProduct('Paris Lace Dress Beige','1184a',   '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[107] = new makeProduct('Paris Lace Dress Green','1184b',   '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 1  2  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[108] = new makeProduct('Veronica Dress','1193',            '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 1  3  3  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[109] = new makeProduct('Veronica Skirt','1195',            '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 1  0  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[110] = new makeProduct('Veronica Top','1194',              '59.10',  118.00, 'Price NZ118.00',    'Check Stock - 0  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[111] = new makeProduct('Clocks Drill Skirt','1084',        '72.00',  144.00, 'Price NZ144.00',    'Check Stock - 3  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[112] = new makeProduct('Wool Sweater Dress','1214',        '62.00',  124.00, 'Price NZ124.00',    'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[113] = new makeProduct('Numbers/Scissors Skirt','1236',    '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 0  3  3  4  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[114] = new makeProduct('Mary Star Skirt','0988',           '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[115] = new makeProduct('Paisley Skirt Grey','1237',        '60.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  4  4  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[116] = new makeProduct('Mars Rover Skirt B/W','1239',      '72.10',  140.00, 'Price NZ140.00',    'Check Stock - 2  1  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[117] = new makeProduct('Woven Wool Chenille Coat Black','1210',  '104.00',  208.00, 'Price NZ208.00','Check Stock - 0  3  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[118] = new makeProduct('Woven Wool Chenille Jacket Brown','1211a','92.00',  184.00, 'Price NZ184.00','Check Stock - 2  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[119] = new makeProduct('WoolFishnet SweatheartTop','1225', '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[120] = new makeProduct('Answer Skirt','1205',              '62.00',  124.00, 'Price NZ124.00',    'Check Stock - 3  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[121] = new makeProduct('Op-Art Mini Skirt B/W','1201',     '59.00',  118.00, 'Price NZ118.00',    'Check Stock - 4  5  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[122] = new makeProduct('Op-Art Skirt B/Red','1200a',       '69.10',  140.00, 'Price NZ140.00',    'Check Stock - 0  2  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[123] = new makeProduct('Op-Art Mini Dress B/W','1202',     '86.00',  172.00, 'Price NZ172.00',    'Check Stock - 1  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[124] = new makeProduct('Paisley Dress Green','1203',       '78.00',  140.00, 'Price NZ158.00',    'Check Stock - 4  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[125] = new makeProduct('Sin City Dress','1206',            '89.00',  178.00, 'Price NZ178.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[126] = new makeProduct('Sin City Top','1175',              '52.00',  102.00, 'Price NZ102.00',    'Check Stock - 0  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[127] = new makeProduct('Ribbon Sheer Skirt','1163',        '79.00',  158.00, 'Price NZ158.00',    'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[128] = new makeProduct('Goddess Skirt Beige','1170a',       '74.00',  148.00, 'Price NZ148.00',   'Check Stock - 1  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[129] = new makeProduct('Goddess Top Olive','1171',         '59.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[130] = new makeProduct('Goddess Top Beige','1171a',        '59.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[131] = new makeProduct('Goddess Top Green','1171b',        '59.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[132] = new makeProduct('Bo-peep Top Green','1169',         '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[133] = new makeProduct('Bo-peep Top Red','1169a',          '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 1  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[134] = new makeProduct('Petite Bo-peep Dress','1185',      '92.00',  184.00, 'Price NZ184.00',    'Check Stock - 0  3  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[135] = new makeProduct('Ribbon Sheer Dress','1182',        '99.00',  198.00, 'Price NZ198.00',    'Check Stock - 0  3  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[136] = new makeProduct('Eye Shorts','1191',                '72.00',  144.00, 'Price NZ144.00',    'Check Stock - 2  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[137] = new makeProduct('Floral Retro Skirt','1177a',       '56.00',  112.00, 'Price NZ112.00',    'Check Stock - 2  2  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[138] = new makeProduct('Stretch Drill Pant Black','1192',  '94.00',  188.00, 'Price NZ188.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[139] = new makeProduct('Stretch Drill Pant Brown','1192a', '94.00',  188.00, 'Price NZ188.00',    'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[140] = new makeProduct('Sperm Skirt','1198',               '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[141] = new makeProduct('Lace Chemise','1161',              '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  2  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[142] = new makeProduct('Lace Mesh Double Singlet Green','1162',  '56.00',  112.00, 'Price NZ112.00','Check Stock - 1  1  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[143] = new makeProduct('Floral Retro Dress','1176',        '79.00',  164.00, 'Price NZ164.00',    'Check Stock - 1  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[144] = new makeProduct('Anenome Skirt Beige','1125',       '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 2  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[145] = new makeProduct('Bridges Top','1132',               '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[146] = new makeProduct('Anenome Skirt Green','1125a',      '64.00',  130.00, 'Price NZ140.00',    'Check Stock - 0  5  4  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[147] = new makeProduct('Anenome Skirt Grey','1125b',       '64.00',  130.00, 'Price NZ140.00',    'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[148] = new makeProduct('Blake Skirt Green','1124',         '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  1  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[149] = new makeProduct('Blake Skirt Grey','1124a',         '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  0  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[150] = new makeProduct('World Mesh Top Blue','1080',       '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 1  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[151] = new makeProduct('World Mesh Top Orange','1080a',    '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 1  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[152] = new makeProduct('Ribbed Mesh Top Black','1149',     '49.00',  88.00,  'Price NZ88.00',     'Check Stock - 0  3  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[153] = new makeProduct('Ribbed Mesh Top White','1149a',    '49.00',  88.00,  'Price NZ88.00',     'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[154] = new makeProduct('Skull Tank Top','1133',            '52.00',  98.00, 'Price NZ98.00',      'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[155] = new makeProduct('Botanical Skirt White','1095b',    '74.00',  148.00, 'Price NZ148.00',    'Check Stock - 0  2  3  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[156] = new makeProduct('Denim World Skirt','1062',         '62.00',  124.00, 'Price NZ124.00',    'Check Stock - 1  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[157] = new makeProduct('Damsel Denim Skirt','1096',        '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 0  0  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[158] = new makeProduct('Rainy Day Skirt','1156',           '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 1  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[159] = new makeProduct('Circles Skirt','1108',             '62.10',  124.00, 'Price NZ124.00',    'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[160] = new makeProduct('Botanical Skirt Dark Grey','1095', '74.00',  148.00, 'Price NZ148.00',    'Check Stock - 0  1  1  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[161] = new makeProduct('Botanical Skirt Mottle','1095a',   '74.00',  148.00, 'Price NZ148.00',    'Check Stock - 2  1  4  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[162] = new makeProduct('Wool Ruffle Cardi Blue','1066b',   '84.00',  168.00, 'Price NZ168.00',    'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[163] = new makeProduct('Impression Mesh Cardi','1071',     '59.00',  118.00, 'Price NZ118.00',    'Check Stock - 1  2  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[164] = new makeProduct('Impression Skirt','1072',          '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 0  1  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[165] = new makeProduct('To Be Or Not To Be','0014',        '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 7  2  2  5  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[166] = new makeProduct('Cogs Mesh Cardi','1107',           '59.00',  118.00, 'Price NZ118.00',    'Check Stock - 1  3  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[167] = new makeProduct('Cogs Knit Skirt','1104',           '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[168] = new makeProduct('Rose Mesh Cardi','1106',           '59.00',  118.00, 'Price NZ118.00',    'Check Stock - 0  2  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[169] = new makeProduct('Swirl Skirt','1105',               '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 0  1  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[170] = new makeProduct('Wool Ruffle Cardi Red','1066',     '84.00',  168.00, 'Price NZ168.00',    'Check Stock - 2  2  3  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[171] = new makeProduct('Wool Ruffle Cardi Lavender','1066a','84.00', 168.00, 'Price NZ168.00',    'Check Stock - 1  3  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[172] = new makeProduct('Dancer Mesh Cardi','1068',         '59.00',  118.00, 'Price NZ118.00',    'Check Stock - 2  3  3  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[173] = new makeProduct('Bubble Top','1016',                '46.00',  96.00,  'Price NZ96.00',     'Check Stock - 0  2  2  5  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[174] = new makeProduct('Mars Rover Top','1017',            '62.00',  124.00, 'Price NZ124.00',    'Check Stock - 0  1  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[175] = new makeProduct('Gold Buddah Top','1022',           '48.00',   96.00, 'Price NZ96.00',     'Check Stock - 0  4  4  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[176] = new makeProduct('Babylon Tower Top','1056',         '49.00',  98.00,  'Price NZ98.00',     'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[177] = new makeProduct('Mars Rover Top Red','1017a',       '48.00',  96.00,  'Price NZ96.00',     'Check Stock - 0  4  3  7  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[178] = new makeProduct('Buddah Top Blue','1036a',          '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 0  3  1  4  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[179] = new makeProduct('Scorpion Top','1041',              '52.00',  104.00, 'Price NZ104.00',    'Check Stock - 0  3  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[180] = new makeProduct('Barcode Split Top','0961',         '40.00',  80.00,  'Price NZ80.00',     'Check Stock - 1  2  3  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[181] = new makeProduct('Theda Bara Top','0939',            '44.00',  88.00,  'Price NZ88.00',     'Check Stock - 2  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[182] = new makeProduct('Circuit Skirt','0937',             '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 1  0  3  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[183] = new makeProduct('Blake Mesh Pintuck Top','0975',    '46.00',   92.00, 'Price NZ92.00',     'Check Stock - 3  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[184] = new makeProduct('Blake Mesh Top','1067',            '49.00',   98.00, 'Price NZ98.00',     'Check Stock - 5  3  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[185] = new makeProduct('Virus Mesh Top','0011',            '49.00',   98.00, 'Price NZ98.00',     'Check Stock - 0  1  4  4  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[186] = new makeProduct('Robot Top','1015',                 '49.00',   98.00, 'Price NZ98.00',     'Check Stock - 2  1  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[187] = new makeProduct('Andy Top','0966',                  '49.00',  98.00,  'Price NZ98.00',     'Check Stock - 0  1  5  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[188] = new makeProduct('Andy Skirt','0989',                '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 3  3  3  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[189] = new makeProduct('Eye Skirt','1261',                 '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  1  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[190] = new makeProduct('Paisley Skirt','1157',             '60.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[191] = new makeProduct('Denim City Skirt','0870a',         '64.00',  130.00, 'Price NZ130.00',    'Check Stock - 1  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[192] = new makeProduct('Mayan Top Dress','1256',           '72.00',  135.00, 'Price NZ135.00',    'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[193] = new makeProduct('Dada Picabia Skirt Beige','1271a', '72.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[194] = new makeProduct('Mars Rover Skirt B/Red','1239a',   '72.10',  140.00, 'Price NZ140.00',    'Check Stock - 1  1  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[195] = new makeProduct('Spades Skirt B/Red','1291a',       '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 1  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[196] = new makeProduct('D Ring Skirt','1164',              '82.00',  164.00, 'Price NZ164.00',    'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[197] = new makeProduct('Sublime Knit Skirt','1166',        '92.10',  184.00, 'Price NZ184.00',    'Check Stock - 0  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[198] = new makeProduct('Spades Skirt B/W','1291',          '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 2  1  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[199] = new makeProduct('Breugal Skirt B/W','1085a',        '69.00',  140.00, 'Price NZ140.00',    'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[200] = new makeProduct('Payment','200sp',      '200.00',  200.00, 'Price NZ200.00',    'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[201] = new makeProduct('Payment','50sp',      '50.00',  50.00, 'Price NZ50.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[202] = new makeProduct('Payment','25sp',      '25.00',  25.00, 'Price NZ25.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[203] = new makeProduct('Payment','20sp',      '20.00',  20.00, 'Price NZ20.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[204] = new makeProduct('Payment','10sp',      '10.00',  10.00, 'Price NZ10.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[205] = new makeProduct('Payment','15sp',      '15.00',  15.00, 'Price NZ15.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[206] = new makeProduct('Payment','5sp',        '5.00',   5.00, 'Price NZ5.00',         'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[207] = new makeProduct('Payment','30sp',      '30.00',  30.00, 'Price NZ30.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[208] = new makeProduct('Payment','35sp',      '35.00',  35.00, 'Price NZ35.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[209] = new makeProduct('Payment','40sp',      '40.00',  40.00, 'Price NZ40.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[210] = new makeProduct('Payment','45sp',      '45.00',  45.00, 'Price NZ45.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[211] = new makeProduct('Payment','55sp',      '55.00',  55.00, 'Price NZ55.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[212] = new makeProduct('Payment','60sp',      '60.00',  60.00, 'Price NZ60.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[213] = new makeProduct('Payment','65sp',      '65.00',  65.00, 'Price NZ65.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[214] = new makeProduct('Payment','70sp',      '70.00',  70.00, 'Price NZ70.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[215] = new makeProduct('Payment','75sp',      '75.00',  75.00, 'Price NZ75.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[216] = new makeProduct('Payment','80sp',      '80.00',  80.00, 'Price NZ80.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[217] = new makeProduct('Payment','85sp',      '85.00',  85.00, 'Price NZ85.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[218] = new makeProduct('Payment','90sp',      '90.00',  90.00, 'Price NZ90.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[219] = new makeProduct('Payment','95sp',      '95.00',  95.00, 'Price NZ95.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[220] = new makeProduct('Payment','105sp',    '105.00',  105.00, 'Price NZ105.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[221] = new makeProduct('Payment','110sp',    '110.00',  110.00, 'Price NZ110.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[222] = new makeProduct('Payment','115sp',    '115.00',  115.00, 'Price NZ115.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[223] = new makeProduct('Payment','120sp',    '120.00',  120.00, 'Price NZ120.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[224] = new makeProduct('Payment','125sp',    '125.00',  125.00, 'Price NZ125.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[225] = new makeProduct('Payment','130sp',    '130.00',  130.00, 'Price NZ130.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[226] = new makeProduct('Payment','135sp',    '135.00',  135.00, 'Price NZ135.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[227] = new makeProduct('Payment','140sp',    '140.00',  140.00, 'Price NZ140.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[228] = new makeProduct('Payment','145sp',    '145.00',  145.00, 'Price NZ145.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[229] = new makeProduct('Payment','150sp',    '150.00',  150.00, 'Price NZ150.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[230] = new makeProduct('Payment','155sp',    '155.00',  155.00, 'Price NZ155.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[231] = new makeProduct('Payment','160sp',    '160.00',  160.00, 'Price NZ160.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[232] = new makeProduct('Payment','165sp',    '165.00',  165.00, 'Price NZ165.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[233] = new makeProduct('Payment','170sp',    '170.00',  170.00, 'Price NZ170.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[234] = new makeProduct('Payment','175sp',    '175.00',  175.00, 'Price NZ175.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[235] = new makeProduct('Payment','180sp',    '180.00',  180.00, 'Price NZ180.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[236] = new makeProduct('Payment','185sp',    '185.00',  185.00, 'Price NZ185.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[237] = new makeProduct('Payment','190sp',    '190.00',  190.00, 'Price NZ190.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[238] = new makeProduct('Payment','195sp',    '195.00',  195.00, 'Price NZ195.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[239] = new makeProduct('Payment','205sp',    '205.00',  205.00, 'Price NZ205.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[240] = new makeProduct('Payment','210sp',    '210.00',  210.00, 'Price NZ210.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[241] = new makeProduct('Payment','215sp',    '215.00',  215.00, 'Price NZ215.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[242] = new makeProduct('Payment','220sp',    '220.00',  220.00, 'Price NZ220.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[243] = new makeProduct('Payment','225sp',    '225.00',  225.00, 'Price NZ225.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[244] = new makeProduct('Payment','230sp',    '230.00',  230.00, 'Price NZ230.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[245] = new makeProduct('Payment','235sp',    '235.00',  235.00, 'Price NZ235.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[246] = new makeProduct('Payment','240sp',    '240.00',  240.00, 'Price NZ240.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[247] = new makeProduct('Payment','245sp',    '245.00',  245.00, 'Price NZ245.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[248] = new makeProduct('Payment','250sp',    '250.00',  250.00, 'Price NZ250.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[249] = new makeProduct('Payment','260sp',    '260.00',  260.00, 'Price NZ260.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[250] = new makeProduct('Payment','270sp',    '270.00',  270.00, 'Price NZ270.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[251] = new makeProduct('Payment','280sp',    '280.00',  280.00, 'Price NZ280.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[252] = new makeProduct('Payment','290sp',    '290.00',  290.00, 'Price NZ290.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[253] = new makeProduct('Payment','300sp',    '300.00',  300.00, 'Price NZ300.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[254] = new makeProduct('Payment','400sp',    '400.00',  400.00, 'Price NZ400.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[255] = new makeProduct('Payment','500sp',    '500.00',  500.00, 'Price NZ500.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[256] = new makeProduct('Payment','600sp',    '600.00',  600.00, 'Price NZ600.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[257] = new makeProduct('Payment','350sp',    '350.00',  350.00, 'Price NZ350.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[258] = new makeProduct('Payment','450sp',    '450.00',  450.00, 'Price NZ450.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[259] = new makeProduct('Payment','550sp',    '550.00',  550.00, 'Price NZ550.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[260] = new makeProduct('Payment','650sp',    '650.00',  650.00, 'Price NZ650.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[261] = new makeProduct('Payment','700sp',    '700.00',  700.00, 'Price NZ700.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[262] = new makeProduct('Payment','750sp',    '750.00',  750.00, 'Price NZ750.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[263] = new makeProduct('Payment','800sp',    '800.00',  800.00, 'Price NZ800.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[264] = new makeProduct('Payment','850sp',    '850.00',  850.00, 'Price NZ850.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[265] = new makeProduct('Payment','900sp',    '900.00',  900.00, 'Price NZ900.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[266] = new makeProduct('Payment','950sp',    '950.00',  950.00, 'Price NZ950.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[267] = new makeProduct('Payment','1000sp',   '1000.00', 1000.00,'Price NZ1000.00',     'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[268] = new makeProduct('Payment','325sp',    '325.00',  325.00, 'Price NZ325.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[269] = new makeProduct('Payment','375sp',    '375.00',  375.00, 'Price NZ375.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[270] = new makeProduct('Payment','395sp',    '395.00',  395.00, 'Price NZ395.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[271] = new makeProduct('Fluted Collar Dress','1248',       '84.00',  168.00, 'Price NZ168.00',      'Check Stock - 1  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[272] = new makeProduct('Ruche Satin Net Top','1249',       '62.00',  118.00, 'Price NZ118.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[273] = new makeProduct('Faces Mesh Top','1249a',            '46.00',  96.00,  'Price NZ96.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[274] = new makeProduct('Abuse of Power Top','1273',        '49.00',  98.00,   'Price NZ98.00',      'Check Stock - 0  1  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[275] = new makeProduct('Jester Bleached Tank Top','1275',  '48.00',   96.00, 'Price NZ96.00',       'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[276] = new makeProduct('Faces Lycra Leggings','1279',      '72.00',  108.00,  'Price NZ108.00',     'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[277] = new makeProduct('Surreal Corsette','1119',          '62.00',  165.00, 'Price NZ165.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[278] = new makeProduct('Sybella Dress','1308',             '89.00',  180.00, 'Price NZ180.00',      'Check Stock - 1  1  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[279] = new makeProduct('Queen Victoria Corset Top','0864', '48.00',  98.00, 'Price NZ98.00',        'Check Stock - 0  2  2  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[280] = new makeProduct('Frilled Pinstitch Top','0856',     '40.00',  80.00,  'Price NZ80.00',       'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[281] = new makeProduct('Frilled Pinstitch Skirt red','0857', '44.00',  88.00,  'Price NZ88.00',     'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[282] = new makeProduct('Rosebud Strap Dress black','0859',   '52.00',  138.00, 'Price NZ138.00',    'Check Stock - 0  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[283] = new makeProduct('Surreal Mesh Top','0940',          '44.00',   92.00, 'Price NZ92.00',       'Check Stock - 1  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[284] = new makeProduct('Tentacles Skirt','0966a',          '69.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  2  2  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[285] = new makeProduct('3 Pocket Barcode Skirt','0971',    '79.00',  150.00, 'Price NZ150.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[286] = new makeProduct('Vintage Dress L/Sleeve','1179',    '82.00',  160.00, 'Price NZ160.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[287] = new makeProduct('Belle de jour Dress Squiggle','1180','82.00',  160.00,  'Price NZ160.00',   'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[288] = new makeProduct('Belle de jour Dress Floral','1180a', '82.00',  160.00, 'Price NZ160.00',    'Check Stock - 1  0  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[289] = new makeProduct('Belle de jour Top Squiggle','1181a','62.00',  140.00, 'Price NZ140.00',     'Check Stock - 2  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[290] = new makeProduct('Ribbon Sheer Dress','1182a',       '99.00',  204.00, 'Price NZ204.00',      'Check Stock - 0  3  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[291] = new makeProduct('Paris Lace Top','1183',            '52.00',  118.00, 'Price NZ118.00',      'Check Stock - 2  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[292] = new makeProduct('Eye Patch Dress','1189',           '72.00',  145.00, 'Price NZ145.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[293] = new makeProduct('Wool Sweater Vest','1215',        '64.00',  120.00, 'Price NZ120.00',       'Check Stock - 0  1  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[294] = new makeProduct('Ruffle Fishtail Skirt','1227',     '79.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[295] = new makeProduct('Surrealist Mesh Rev Dress','1229', '82.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  3  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[296] = new makeProduct('Surrealist Mesh Top','1230',       '62.00',  114.00, 'Price NZ114.00',      'Check Stock - 0  0  2  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[297] = new makeProduct('Demon 3/4 Sleeve Top','1231',      '52.10',  98.00, 'Price NZ98.00',        'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[298] = new makeProduct('Demon Mesh Rev Top','1232',        '62.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  2  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[299] = new makeProduct('Georgia Dress berry','1240b',      '89.00', 164.00, 'Price NZ164.00',       'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[300] = new makeProduct('Caliafornia Halter Dress Purple','1241', '82.00',160.00,'Price NZ160.00',   'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[301] = new makeProduct('Georgia Dress floral','1240',      '89.00', 164.00, 'Price NZ164.00',       'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[302] = new makeProduct('Caliafornia Halter Dress Short','1240a','79.00',  130.00, 'Price NZ130.00', 'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[303] = new makeProduct('Vintage Dress Tulip Sleeve Berry','1242b','89.00', 168.00, 'Price NZ168.00','Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[304] = new makeProduct('Vintage Dress Tulip Sleeve Floral','1242','89.00', 168.00, 'Price NZ168.00','Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[305] = new makeProduct('Georgia Dress Pink Dot','1243',    '86.00',  164.00, 'Price NZ164.00',      'Check Stock - 1  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[306] = new makeProduct('Georgia Dress Pink Dot Short','1243a','82.00',  148.00, 'Price NZ148.00',   'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[307] = new makeProduct('Plasma Pleat Skirt','1013',        '49.00',  135.00, 'Price NZ135.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[308] = new makeProduct('Mental Notes Skirt','1014',        '49.00',  135.00, 'Price NZ135.00',      'Check Stock - 0  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[309] = new makeProduct('Blue Cubist Skirt','1014a',        '49.00',  138.00, 'Price NZ138.00',      'Check Stock - 1  4  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[310] = new makeProduct('School Skirt','1018',              '69.10',  148.00, 'Price NZ148.00',      'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[311] = new makeProduct('Old School Top','1019',            '48.00',  98.00, 'Price NZ98.00',        'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[312] = new makeProduct('Rufflelot Skirt','1020',           '69.00',  145.00, 'Price NZ145.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[313] = new makeProduct('Rufflelot Top','1021',             '49.00',  130.00, 'Price NZ130.00',      'Check Stock - 2  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[314] = new makeProduct('Random Number Skirt','1024',       '69.00',  138.00, 'Price NZ138.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[315] = new makeProduct('Paris Skirt','1027',               '75.00',  120.00, 'Price NZ120.00',      'Check Stock - 2  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[316] = new makeProduct('Petticoat Slip','1028',            '58.10',  98.00, 'Price NZ98.00',        'Check Stock - 0  1  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[317] = new makeProduct('Pleat Top black','1030',           '52.00',  98.00, 'Price NZ98.00',        'Check Stock - 0  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[318] = new makeProduct('Tentacles Top','1031',             '49.00',  98.00, 'Price NZ98.00',        'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[319] = new makeProduct('Gothic Drape Net Top','1033',      '46.00',  104.00, 'Price NZ104.00',      'Check Stock - 2  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[320] = new makeProduct('Blue Dyed Buddah Top','1035',      '52.00',  88.00,  'Price NZ88.00',       'Check Stock - 2  2  2  4  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[321] = new makeProduct('Barcode Split Top','1037',         '42.00',  118.00, 'Price NZ118.00',      'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[322] = new makeProduct('Saints Top','1038',                '46.00',  88.00, 'Price NZ88.00',        'Check Stock - 2  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[323] = new makeProduct('Demon Mesh Top','1043',            '52.00',  98.00, 'Price NZ98.00',        'Check Stock - 0  3  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[324] = new makeProduct('Celebrity Twist Top','1045',       '49.00',  88.00, 'Price NZ88.00',        'Check Stock - 0  4  2  5  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[325] = new makeProduct('Alice Lycra Top Beige','1051',     '45.00',  88.00, 'Price NZ88.00',        'Check Stock - 0  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[326] = new makeProduct('Alice Lycra String Dress','1052',  '72.00',  132.00, 'Price NZ132.00',      'Check Stock - 0  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[327] = new makeProduct('Net Wrap Skirt','1053a',           '39.00',  78.00, 'Price NZ78.00',        'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[328] = new makeProduct('Joan of Arc Top','1055',           '52.00',  98.00, 'Price NZ98.00',        'Check Stock - 1  1  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[329] = new makeProduct('Moon Lycra Skirt','1058',          '62.00',  120.00, 'Price NZ120.00',      'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[330] = new makeProduct('Scissor Denim Panel Skirt','1087', '64.00',  140.00, 'Price NZ140.00',      'Check Stock - 2  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[331] = new makeProduct('Imperial Skirt','1109',            '79.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[332] = new makeProduct('Rose Swirl Rev Dress','1110',      '52.00',  104.00, 'Price NZ104.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[333] = new makeProduct('Moon Lycra Top','1111',            '52.00',  104.00, 'Price NZ104.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[334] = new makeProduct('Heraldry Lycra Leggings','1122',   '92.00',  184.00, 'Price NZ184.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[335] = new makeProduct('Surrealist Corset','0864a',        '75.00',  148.00, 'Price NZ148.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[336] = new makeProduct('Green Floral Jacket','1077',       '72.00',  144.00, 'Price NZ144.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[337] = new makeProduct('Satin Net Skirt with Wrap Black','1147', '99.00', 204.00, 'Price NZ204.00', 'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[338] = new makeProduct('Ruche Ribbon Skirt red ','1101',   '94.00',  144.00, 'Price NZ144.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[339] = new makeProduct('Satin Net Skirt with Wrap Green','1147a', '99.00', 204.00,'Price NZ204.00', 'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[340] = new makeProduct('Marylin Fleur Dress','1253a',      '72.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[341] = new makeProduct('Virus Symbol Skirt','1278',        '62.10',  120.00, 'Price NZ120.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[342] = new makeProduct('Target Top','4162',                '56.00',  98.00, 'Price NZ98.00',        'Check Stock - 0  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[343] = new makeProduct('Satin Net Dress Dark Blue','1250a','104.00',  198.00, 'Price NZ198.00',     'Check Stock - 1  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[344] = new makeProduct('Satin Net Dress Dark Green','1250b','104.00',  198.00, 'Price NZ198.00',    'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[345] = new makeProduct('Satin Net Dress Dark Red','1250c','104.00',  198.00, 'Price NZ198.00',      'Check Stock - 1  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[346] = new makeProduct('Satin Net Dress Black','1250d','104.00',  198.00, 'Price NZ198.00',         'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[347] = new makeProduct('Satin Net Dress Silver','1250e','104.00',  198.00, 'Price NZ198.00',        'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[348] = new makeProduct('Satin Net Dress Purple','1250f','104.00',  198.00, 'Price NZ198.00',        'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[349] = new makeProduct('Rosebud Strap Dress red','0859a',  '69.00',  138.00, 'Price NZ138.00',      'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[350] = new makeProduct('Pleat Top red','1030',             '52.00',  98.00, 'Price NZ98.00',        'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[351] = new makeProduct('Breugal Skirt B/W','1085',        '74.00',  140.00, 'Price NZ140.00',       'Check Stock - 2  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[352] = new makeProduct('757 Belt Skirt','1086',           '74.00',  140.00, 'Price NZ140.00',       'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[353] = new makeProduct('Drape Front Brooch Top Black','1088','52.00',  88.00,  'Price NZ88.00',     'Check Stock - 2  4  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[354] = new makeProduct('Drape Front Brooch Top Red','1088a','52.00',  88.00,  'Price NZ88.00',      'Check Stock - 1  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[355] = new makeProduct('Brooch Top','1089','52.00',  88.00,                   'Price NZ88.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[356] = new makeProduct('Sequin Pleat Skirt Black','1091',  '69.00',  124.00, 'Price NZ124.00',      'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[357] = new makeProduct('Sequin Pleat Skirt Grey','1091a',  '69.00',  124.00, 'Price NZ124.00',      'Check Stock - 1  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[358] = new makeProduct('Sequin Pleat Camisole','1092',     '49.00',  124.00, 'Price NZ124.00',      'Check Stock - 0  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[359] = new makeProduct('Crinkle Taffeta Net Skirt Black','1093','69.00',134.00,'Price NZ134.00',    'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[360] = new makeProduct('Crinkle Taffeta Net Skirt Purple','1093a','69.00',134.00,'Price NZ134.00',  'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[361] = new makeProduct('Crinkle Taffeta Lycra Corsette Black','1094','59.00',108.00,'Price NZ108.00','Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[362] = new makeProduct('Crinkle Taffeta Lycra Corsette Green','1094a','59.00',108.00,'Price NZ108.00','Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[363] = new makeProduct('Botanical Skirt White','1095c',    '74.00',  148.00, 'Price NZ148.00',      'Check Stock - 0  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[364] = new makeProduct('Damsel Pocket Skirt','1096',       '69.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  1  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[365] = new makeProduct('Word Pleat Top','1097',            '74.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  1  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[366] = new makeProduct('Ribbon Taffeta Skirt Black','1099', '79.00', 138.00, 'Price NZ138.00',      'Check Stock - 1  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[367] = new makeProduct('Ribbon Taffeta Corsette Wine','1100','59.00',128.00, 'Price NZ128.00',      'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[368] = new makeProduct('Reversible Ruffle Skirt Black','1101','104.00',208.00,'Price NZ208.00',     'Check Stock - 1  0  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[369] = new makeProduct('Reversible Ruffle Skirt Red','1101a','104.00',208.00, 'Price NZ208.00',     'Check Stock - 1  0  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[370] = new makeProduct('Reversible Ruche Cami Black','1102','62.00', 128.00, 'Price NZ128.00',      'Check Stock - 1  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[371] = new makeProduct('Reversible Ruche Cami Red','1102a','62.00',  128.00, 'Price NZ128.00',      'Check Stock - 3  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[372] = new makeProduct('Denim Botanical Skirt','1103',     '79.00',  148.00, 'Price NZ148.00',      'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[373] = new makeProduct('Swirl Knit Flare Skirt','1105',  '69.00',  140.00,  'Price NZ140.00',       'Check Stock - 0  1  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[374] = new makeProduct('Rose Mesh Shirt','1106',           '59.00',  124.00, 'Price NZ124.00',      'Check Stock - 0  2  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[375] = new makeProduct('Cogs Mesh Shirt','1107',         '59.00',   124.00, 'Price NZ124.00',       'Check Stock - 1  3  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[376] = new makeProduct('Tye Dye Ruche Frill Top','1146',   '56.00',  98.00,  'Price NZ98.00',       'Check Stock - 0  2  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[377] = new makeProduct('Canned Ruche Frill Top','1145',    '56.00',  96.00,  'Price NZ96.00',       'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[378] = new makeProduct('World Print Drill Skirt W/B','1113','74.00', 140.00, 'Price NZ140.00',      'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[379] = new makeProduct('Denim City Skirt Black','1114a',   '59.00',  138.00, 'Price NZ138.00',      'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[380] = new makeProduct('Letter Stripe Top Black','1115',   '49.00',  80.00,  'Price NZ80.00',       'Check Stock - 0  0  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[381] = new makeProduct('Letter Stripe Top Beige','1115b',  '49.00',  80.00,  'Price NZ80.00',       'Check Stock - 1  0  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[382] = new makeProduct('Letter Stripe Top L/S Black','1115a', '54.00', 90.00,'Price NZ90.00',       'Check Stock - 1  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[383] = new makeProduct('Floral Knit Dress','1117',         '62.00',  120.00, 'Price NZ120.00',      'Check Stock - 0  2  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[384] = new makeProduct('Floral Cami Top','1118',           '52.00',  98.00,  'Price NZ98.00',       'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[385] = new makeProduct('Cogs Shirt','1144',                '69.00',  118.00, 'Price NZ118.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[386] = new makeProduct('William Blake Lycra Skirt','1124', '69.00',  98.00,  'Price NZ98.00',       'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[387] = new makeProduct('Anenome Lycra Top Grey','1126',    '54.00',  98.00,  'Price NZ98.00',       'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[388] = new makeProduct('Anenome Lycra Top Green','1126a',  '54.00',  98.00,  'Price NZ98.00',       'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[389] = new makeProduct('Veins Lycra Top','1128',           '54.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  3  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[390] = new makeProduct('Mosquito Skirt','1129',            '72.00',  140.00, 'Price NZ140.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[391] = new makeProduct('Vampire Tank Top','1134',          '54.00',  98.00,  'Price NZ98.00',       'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[392] = new makeProduct('Optical Knit Skirt','1136',        '62.00',  125.00, 'Price NZ125.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[393] = new makeProduct('Polka Spot Wrap Top','1137',       '59.00',  120.00, 'Price NZ120.00',      'Check Stock - 0  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[394] = new makeProduct('Japon Wrap Top','1138',            '59.100', 120.00, 'Price NZ120.00',      'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[395] = new makeProduct('Strings Of My Art Lycra Top','1139','52.00', 100.00, 'Price NZ100.00',      'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[396] = new makeProduct('French Pink Ruche Top','1140',     '54.00',  98.00,  'Price NZ98.00',       'Check Stock - 1  2  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[397] = new makeProduct('French Pink Ruche Cami','1141',    '54.00',  98.00,  'Price NZ98.00',       'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[398] = new makeProduct('Lace Cami Pink','1142',            '52.00',  98.00,  'Price NZ98.00',       'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[399] = new makeProduct('Lace Tank Top','1143',             '49.00',  98.00,  'Price NZ98.00',       'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[400] = new makeProduct('Alice Lycra Top Pink','1051a',     '45.00',  88.00,  'Price NZ88.00',       'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[401] = new makeProduct('Alice Lycra Top Red', '1051b',     '45.00',  88.00,  'Price NZ88.00',       'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[402] = new makeProduct('Alice Lycra String Dress Red','1052',  '72.00',  132.00, 'Price NZ132.00',  'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[403] = new makeProduct('Mesh Ruffle Cardi Red Rose','1148', '62.00', 128.00, 'Price NZ128.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[404] = new makeProduct('Lace Dress Black','1150', '82.00', 158.00,           'Price NZ158.00',      'Check Stock - 0  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[405] = new makeProduct('Lace Dress Brown','1150a', '82.00', 158.00,          'Price NZ158.00',      'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[406] = new makeProduct('Lace Cardi Brown','1151','64.00',  128.00,           'Price NZ128.00',      'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[407] = new makeProduct('Lace Cardi Red','1151a','64.00',  128.00,            'Price NZ128.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[408] = new makeProduct('Lace Cardi Pink','1151b','64.00',  128.00,           'Price NZ128.00',      'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[409] = new makeProduct('Lace Coat Dress','1152',        '89.00',  178.00,    'Price NZ178.00',      'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[410] = new makeProduct('Feather Skirt Black','1153',       '86.00',  170.00, 'Price NZ170.00',      'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[411] = new makeProduct('Feather Skirt White','1153a',      '86.00',  170.00, 'Price NZ170.00',      'Check Stock - 0  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[412] = new makeProduct('Military Button Skirt','1154',     '69.00',  145.00, 'Price NZ145.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[413] = new makeProduct('Circle Square Skirt','1155',       '49.00',  130.00, 'Price NZ130.00',      'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[414] = new makeProduct('Vintage Dress Rose','1158',        '82.00',  158.00, 'Price NZ158.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[415] = new makeProduct('Vintage Dress Aster','1158a',      '82.00',  158.00, 'Price NZ158.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[416] = new makeProduct('Vintage Top Aster','1159',          '59.00',  98.00, 'Price NZ98.00',       'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[417] = new makeProduct('Vintage Skirt Aster','1160',       '89.00',  178.00, 'Price NZ178.00',      'Check Stock - 0  3  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[418] = new makeProduct('Lace Mesh Double Singlet Red','1162a','56.00', 112.00, 'Price NZ112.00',    'Check Stock - 0  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[419] = new makeProduct('Ribbon Skirt','1063',              '79.00',  158.00, 'Price NZ158.00',      'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[420] = new makeProduct('D-Ring Mesh Top','1165',           '54.00',  88.00,  'Price NZ88.00',       'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[421] = new makeProduct('Mayan Calandar Top','1173',        '49.00',  98.00,  'Price NZ98.00',       'Check Stock - 1  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[422] = new makeProduct('Paisley Skirt Orange','1177',      '56.00',  108.00, 'Price NZ108.00',      'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[423] = new makeProduct('Eye Patch Shorts','1191',          '72.00',  138.00, 'Price NZ138.00',      'Check Stock - 2  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[424] = new makeProduct('Metalic Jacket Green','1204',       '92.00',  188.00, 'Price NZ188.00',     'Check Stock - 1  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[425] = new makeProduct('Woven Wool Chenille Coat Brown','1210a','104.00',208.00,'Price NZ208.00',   'Check Stock - 2  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[426] = new makeProduct('Woven Wool Chenille Jacket Black','1211 ','92.00',184.00,'Price NZ184.00',  'Check Stock - 0  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[427] = new makeProduct('Wool Sweater Dress','1214',         '79.00',  158.00, 'Price NZ158.00',     'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[428] = new makeProduct('Wool Sweater Vest','1215',          '64.00',  128.00, 'Price NZ128.00',     'Check Stock - 0  1  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[429] = new makeProduct('Saints Lycra Top','1265',           '52.00',  98.00,  'Price NZ98.00',      'Check Stock - 0  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[430] = new makeProduct('Surreal Mesh Top Grey','1267',      '59.00',  98.00,  'Price NZ98.00',      'Check Stock - 0  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[431] = new makeProduct('Surreal Mesh Top Blue','1267a',     '59.00',  98.00,  'Price NZ98.00',      'Check Stock - 1  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[432] = new makeProduct('Zodiac Lycra Top','1268',           '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[433] = new makeProduct('Spades Skirt B/Red','1291a',        '69.00',  144.00, 'Price NZ144.00',     'Check Stock - 1  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[434] = new makeProduct('Sperm Lycra Leggings','1280s',      '72.00',  134.00, 'Price NZ134.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[435] = new makeProduct('Faces Lycra Leggings','1279',       '72.00',  134.00, 'Price NZ134.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[436] = new makeProduct('Melrose Dress B/W Floral','1281',   '82.00',  164.00, 'Price NZ164.00',     'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[437] = new makeProduct('Spades Skirt B/Red','1291',         '69.00',  144.00, 'Price NZ144.00',     'Check Stock - 1  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[438] = new makeProduct('Wool Lurex Ruffle Cardi','1216',    '52.00',  98.00,  'Price NZ98.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[439] = new makeProduct('Wool Lurex Halter Dress','1217',    '62.00',  104.00, 'Price NZ104.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[440] = new makeProduct('Pacific Floral Vintage Dress','1218','89.00', 180.00, 'Price NZ180.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[441] = new makeProduct('Pink Plaid Net Skirt', '1221',     '79.00',   160.00, 'Price NZ160.00',     'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[442] = new makeProduct('Wool Fishnet Sweetheart Top','1225', '59.00', 118.00, 'Price NZ118.00',     'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[443] = new makeProduct('London Skirt Dress','1226',          '86.00', 175.00, 'Price NZ175.00',     'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[444] = new makeProduct('Ruffle Fishtail Skirt','1227', '79.00', 158.00,      'Price NZ158.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[445] = new makeProduct('Veronica L/S Top','1228',   '62.00', 108.00,          'Price NZ108.00',     'Check Stock - 4  3  3  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[446] = new makeProduct('Clocks Lycra Top','1233','59.00',  118.00,           'Price NZ118.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[447] = new makeProduct('Mars Rover L/S Lycra Top','1234','62.00',  124.00,   'Price NZ124.00',      'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[448] = new makeProduct('Paisley Jacket Grey','1238','82.00',  158.00,        'Price NZ158.00',      'Check Stock - 1  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[449] = new makeProduct('Virginia Dress Pink Dot','1244',    '82.00',  158.00, 'Price NZ158.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[450] = new makeProduct('Virginia Dress Pink Dot Short','1244a','79.00',154.00,'Price NZ154.00',     'Check Stock - 0  2  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[451] = new makeProduct('Witch Skirt','1292',               '79.00',  160.00, 'Price NZ160.00',      'Check Stock - 0  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[452] = new makeProduct('Arc Top Spades B/Red','1297a',     '52.00',  104.00, 'Price NZ104.00',      'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[453] = new makeProduct('Arc Top Leadlight B/W','1293',      '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[454] = new makeProduct('Arc Top Leadlight B/Red','1293a',   '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[455] = new makeProduct('Arc Top Hypnotic B/W','1294',       '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[456] = new makeProduct('Arc Top Leadlight B/Red','1294a',   '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 1  1  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[457] = new makeProduct('Arc Top Spirals B/W','1295',        '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[458] = new makeProduct('Arc Top Spirals B/Red','1295a',     '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[459] = new makeProduct('Arc Top Alice B/W','1296',          '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[460] = new makeProduct('Arc Top Alice B/Red','1296a',       '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 3  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[461] = new makeProduct('Venetian Halter Dress Oatmeal','1305','80.00', 158.00,'Price NZ158.00',     'Check Stock - 1  2  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[462] = new makeProduct('Venetian Halter Dress Ivory','1305a','80.00',  158.00,'Price NZ158.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[463] = new makeProduct('Venetian Wrap Cardi','1306','82.00',  162.00,         'Price NZ162.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[464] = new makeProduct('Net Pintuck Skirt Red','1312',       '79.00',  158.00, 'Price NZ158.00',    'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[465] = new makeProduct('Net Pintuck Skirt Black','1312a',    '79.00',  158.00, 'Price NZ158.00',    'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[466] = new makeProduct('3Tier Ruffle Net Skirt Red','0843','74.00',    148.00, 'Price NZ148.00',    'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[467] = new makeProduct('3Tier Ruffle Net Skirt Black','0843b','74.00', 148.00, 'Price NZ148.00',    'Check Stock - 0  0  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[468] = new makeProduct('3Tier Ruffle Net Skirt Purple','0843c','74.00',148.00, 'Price NZ148.00',    'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[469] = new makeProduct('3Tier Ruffle Net Skirt Short Red','0843a','59.00',118.00, 'Price NZ118.00', 'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[470] = new makeProduct('Frilled Skirt With Net Black','0858',    '46.00',  98.00,  'Price NZ98.00', 'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[471] = new makeProduct('Frilled Skirt With Net Red','0858a',     '46.00',  98.00,  'Price NZ98.00', 'Check Stock - 0  0  3  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[472] = new makeProduct('Rosebud Strap Dress Red','0859a',   '52.00',  138.00, 'Price NZ138.00',     'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[473] = new makeProduct('Mini Ruch Mesh Top','0863',         '36.00',  74.00,  'Price NZ74.00',      'Check Stock - 0  5  2  5  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[474] = new makeProduct('Corset Top Black','0864a',          '42.00',  114.00, 'Price NZ114.00',     'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[475] = new makeProduct('Rameses Skirt','1000',              '68.00',  140.00, 'Price NZ140.00',     'Check Stock - 1  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[476] = new makeProduct('Seizmic Skirt','1005',              '59.00',  138.00, 'Price NZ138.00',     'Check Stock - 1  3  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[477] = new makeProduct('Pagoda Top','0008',                 '42.00',  78.00,  'Price NZ78.00',      'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[478] = new makeProduct('Green Tarten Top','0090',           '19.00',   48.00, 'Price NZ48.00',      'Check Stock - 4  2  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[479] = new makeProduct('Aten Skirt','1008',                 '58.00',  138.00, 'Price NZ138.00',     'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[480] = new makeProduct('Wolfli Writing Skirt','1009',       '59.00',  138.00, 'Price NZ138.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[481] = new makeProduct('Denim Cogs Skirt Blue','1010a',     '69.00',  140.00, 'Price NZ140.00',     'Check Stock - 2  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[482] = new makeProduct('Bubble Pocket Skirt','1012',        '62.00',  138.00, 'Price NZ138.00',     'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[483] = new makeProduct('Bubble Top','1016',                 '46.00',  92.00,  'Price NZ92.00',      'Check Stock - 4  3  5  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[484] = new makeProduct('Gold Buddah Ruche Top','1022',      '49.00',  92.00,  'Price NZ92.00',      'Check Stock - 0  5  3  5  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[485] = new makeProduct('Wooly Vest','1023',                 '52.00',  104.00, 'Price NZ104.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[486] = new makeProduct('Net Velvet Crush Tank Black','1036','34.00',  68.00,  'Price NZ68.00',      'Check Stock - 1  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[487] = new makeProduct('Net Velvet Crush Tank Red','1036a', '34.00',  68.00,  'Price NZ68.00',      'Check Stock - 0  2  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[488] = new makeProduct('Net Velvet Crush Tank Beige','1036b','34.00', 68.00,  'Price NZ68.00',      'Check Stock - 0  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[489] = new makeProduct('Scorpion Floral Mesh Top','1041',   '42.00',  84.00,  'Price NZ84.00',      'Check Stock - 3  3  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[490] = new makeProduct('Net Velvet Crush Cami Black','1046','36.00',  68.00,  'Price NZ68.00',      'Check Stock - 1  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[491] = new makeProduct('Net Velvet Crush Cami Red','1046a','36.00',   68.00,  'Price NZ68.00',      'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[492] = new makeProduct('Net Velvet Crush Cami Beige','1046b','36.00', 68.00,  'Price NZ68.00',      'Check Stock - 0  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[493] = new makeProduct('Cherub 3Tier Skirt','1047',          '59.00',  118.00, 'Price NZ118.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[494] = new makeProduct('Cherub Tank Top','1048',            '35.00',  72.00,  'Price NZ72.00',      'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[495] = new makeProduct('Ace Of Spades Skirt Red/Black','1053','59.00', 124.00,'Price NZ124.00',     'Check Stock - 0  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[496] = new makeProduct('Ace Of Spades String Top Red','1054','49.00',  78.00, 'Price NZ78.00',      'Check Stock - 1  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[497] = new makeProduct('Ace Of Spades String Top Pink','1054a','49.00',78.00, 'Price NZ78.00',      'Check Stock - 1  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[498] = new makeProduct('Bleach Liberty Lycra Skirt','1057','62.00',   138.00, 'Price NZ138.00',     'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[499] = new makeProduct('Opt Art Skirt','1059',   '56.00',              120.00, 'Price NZ120.00',    'Check Stock - 1  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[500] = new makeProduct('Galaxy Swirl Skirt','1060', '60.00',          138.00, 'Price NZ138.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[501] = new makeProduct('Seizmic Random Skirt','1061',     '69.00',    140.00, 'Price NZ140.00',     'Check Stock - 2  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[502] = new makeProduct('World Denim Skirt Blue','1062',     '62.00',  138.00, 'Price NZ138.00',     'Check Stock - 1  2  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[503] = new makeProduct('World Denim Skirt Black','1062a',   '62.00',  138.00, 'Price NZ138.00',     'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[504] = new makeProduct('Gothic Flare Skirt','1063a',        '59.00',  124.00, 'Price NZ124.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[505] = new makeProduct('Net Ruche Top Red','1064',          '49.00',  88.00,  'Price NZ88.00',      'Check Stock - 0  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[506] = new makeProduct('Satin Bias Cut Skirt With Belt','1065','59.00',138.00,'Price NZ138.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[507] = new makeProduct('Wool Ruffle CardiRed','1066',       '84.00',  168.00, 'Price NZ168.00',     'Check Stock - 2  2  3  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[508] = new makeProduct('Wool Ruffle Cardi Blue','1066a',    '84.00',  168.00, 'Price NZ168.00',     'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[509] = new makeProduct('Wool Ruffle Cardi Lavender','1066b','84.00',  168.00, 'Price NZ168.00',     'Check Stock - 1  3  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[510] = new makeProduct('Dancer Mesh Shirt Blue','1068',     '59.00',  128.00, 'Price NZ128.00',     'Check Stock - 0  2  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[511] = new makeProduct('Dancer Mesh Shirt Grey','1068a',    '59.00',  128.00, 'Price NZ128.00',     'Check Stock - 0  1  3  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[512] = new makeProduct('Wool Bow Tie Cardi','1070',         '56.00',  98.00,  'Price NZ98.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[513] = new makeProduct('Wool Ruche Jumper','1069',          '59.00',  98.00,  'Price NZ98.00',      'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[514] = new makeProduct('Impression Cardi Blue','1071',      '59.00',  98.00,  'Price NZ98.00',      'Check Stock - 1  2  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[515] = new makeProduct('Impression Cardi Pink','1071',      '59.00',  98.00,  'Price NZ98.00',      'Check Stock - 1  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[516] = new makeProduct('Impression Skirt Pink','1072',      '69.00',  128.00, 'Price NZ128.00',     'Check Stock - 0  1  3  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[517] = new makeProduct('Art Deco Mesh Dress Pink','1073',   '98.00',  68.00,  'Price NZ68.00',      'Check Stock - 0  0  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[518] = new makeProduct('Art Deco Mesh Top Pink','1074',     '49.00',  98.00,  'Price NZ98.00',      'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[519] = new makeProduct('Art Deco Mesh Top Blue','1074a',    '49.00',  98.00,  'Price NZ98.00',      'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[520] = new makeProduct('Mesh Ruffle Cardi Red','1075',     '62.00',  128.00, 'Price NZ128.00',      'Check Stock - 1  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[521] = new makeProduct('Mesh Ruffle Cardi Green','1075a',   '62.00',  128.00, 'Price NZ128.00',     'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[522] = new makeProduct('Mesh Ruffle Cardi Purple','1075b',  '62.00',  128.00, 'Price NZ128.00',     'Check Stock - 0  1  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[523] = new makeProduct('Bubble Knit Cardi Black','1047',    '59.00',  118.00, 'Price NZ118.00',     'Check Stock - 0  2  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[524] = new makeProduct('Bubble Knit Cardi White','1047a',   '59.00',  118.00, 'Price NZ118.00',     'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[525] = new makeProduct('Victoria Floral Jacket','1077',     '84.00', 168.00,  'Price NZ168.00',     'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[526] = new makeProduct('Magic Mesh Top','1079',             '52.00',   98.00, 'Price NZ98.00',      'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[527] = new makeProduct('World Mesh Top Orange','1080',      '52.00',  98.00,  'Price NZ98.00',      'Check Stock - 1  3  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[528] = new makeProduct('World Mesh Top Blue','1080a',       '52.00',  98.00,  'Price NZ98.00',      'Check Stock - 1  1  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[529] = new makeProduct('Alice Ruche Raglan Sleeve Beige','1081','52.00',120.00,'Price NZ120.00',    'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[530] = new makeProduct('Alice Ruche Raglan Sleeve Red', '1081a','52.00',120.00,'Price NZ120.00',    'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[531] = new makeProduct('Lycra Ruche String Top','1082',     '42.00',    88.00, 'Price NZ88.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[532] = new makeProduct('New Order Lycra Skirt Green','1083', '69.00',  138.00, 'Price NZ138.00',    'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[533] = new makeProduct('Dragon Pant Pink','0769',              '32.00',  64.00, 'Price NZ64.00',     'Check Stock - 1  2  3  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[534] = new makeProduct('Dragon Pant Blue','0769a',             '32.00',  64.00, 'Price NZ64.00',     'Check Stock - 0  1  0  0 0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[535] = new makeProduct('Dragon Print Top Pink','0770',        '24.00',  48.00,  'Price NZ48.00',     'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[536] = new makeProduct('Dragon Print Top Blue','0770a',       '24.00',  48.00,  'Price NZ48.00',     'Check Stock - 3  2  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[537] = new makeProduct('Zig Zag Sequin Skirt','0785',         '42.00',  88.00,  'Price NZ98.00',     'Check Stock - 4  2  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[538] = new makeProduct('Zig Zag Sequin Halter Top','0786',    '32.00',  64.00,  'Price NZ64.00',     'Check Stock - 6  1  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[539] = new makeProduct('Gingham Ruffle Top','0788',           '42.00',  84.00,  'Price NZ84.00',     'Check Stock - 4  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[540] = new makeProduct('Gingham Ruffle Dress','0788a',        '62.00',  104.00, 'Price NZ104.00',    'Check Stock - 2  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[541] = new makeProduct('Gingham Ruffle TShirt','0788b',       '42.00',  84.00,  'Price NZ84.00',     'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[542] = new makeProduct('Fringe Halter Top','0801',            '32.00',  64.00,  'Price NZ64.00',     'Check Stock - 1  4  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[543] = new makeProduct('Fishnet Bands Top','1006',            '24.00',  48.00,  'Price NZ48.00',     'Check Stock - 2  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[544] = new makeProduct('Ladies Halter Top','0807',            '34.00',  68.00,  'Price NZ68.00',     'Check Stock - 2  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[545] = new makeProduct('Ladies Skirt','0808',                 '42.00',  84.00,  'Price NZ84.00',     'Check Stock - 2  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[546] = new makeProduct('Lurex Ruffle Cardi','0818',           '39.00',  78.00,  'Price NZ78.00',     'Check Stock - 1  3  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[547] = new makeProduct('Lurex Raider Cardi','0819',           '39.00',  78.00,  'Price NZ78.00',     'Check Stock - 3  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[548] = new makeProduct('Lurex Drawstring Dress','0820',       '42.00',  84.00,  'Price NZ84.00',     'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[549] = new makeProduct('Lurex Drawstring Top','0820a',        '32.00',  64.00,  'Price NZ64.00',     'Check Stock - 2  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[550] = new makeProduct('Mohair Rosette Jumper','0822',        '49.00',  84.00,  'Price NZ84.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[551] = new makeProduct('Keyclip Assymetrical Wrap Skirt','0840','59.00', 118.00, 'Price NZ118.00',   'Check Stock - 0  2  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[552] = new makeProduct('Fur Trim Wrap Skirt','0841',           '52.00', 104.00,  'Price NZ104.00',   'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[553] = new makeProduct('Fur Seuss Skirt','0842',              '52.00', 104.00,  'Price NZ104.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[554] = new makeProduct('Ladies Halter Top','0807',            '34.00',  68.00,  'Price NZ68.00',     'Check Stock - 2  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[555] = new makeProduct('Pincussion Mesh Top','0848',          '39.00',  78.00,  'Price NZ78.00',     'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[556] = new makeProduct('Lace Shell Top Cream','0851',         '29.00',  58.00,  'Price NZ58.00',     'Check Stock - 0  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[557] = new makeProduct('Lace Shell Top Pink','0851a',         '29.00',  58.00,  'Price NZ58.00',     'Check Stock - 0  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[558] = new makeProduct('Mohair Overlock Jumper','0833',       '49.00',  98.00,  'Price NZ98.00',     'Check Stock - 0  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[559] = new makeProduct('Lace Cap Sleeve Top Black','0852',    '29.00',  58.00,  'Price NZ58.00',     'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[560] = new makeProduct('Lace Cap Sleeve Top Red','0852a',     '29.00',  58.00,  'Price NZ58.00',     'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[561] = new makeProduct('Purfle Mesh Halter Dress Black','0860','52.00',  104.00,  'Price NZ104.00',  'Check Stock - 0  3  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[562] = new makeProduct('Purfle Mesh Halter Dress Red','0860a','52.00',  104.00,  'Price NZ104.00',   'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[563] = new makeProduct('Wideband Pant','0866',                 '38.00',  88.00,  'Price NZ88.00',    'Check Stock - 0  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[564] = new makeProduct('Bubble Foil Jacket Silver','0868',     '49.00',  98.00,  'Price NZ98.00',    'Check Stock - 0  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[565] = new makeProduct('Stretch Denim Selvedge Pant','0869',   '42.00',  84.00,  'Price NZ84.00',    'Check Stock - 0  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[566] = new makeProduct('Stretch Denim Deconstructed Jacket','0871','54.00',108.00,'Price NZ108.00',  'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[567] = new makeProduct('Pinstripe Jacket','0880',             '52.00',  108.00, 'Price NZ108.00',    'Check Stock - 3  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[568] = new makeProduct('Pinstripe Pinafore','0821',           '49.00',  98.00,  'Price NZ98.00',     'Check Stock - 0  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[569] = new makeProduct('Fur Seuss Vest','0883',               '72.00',  144.00,  'Price NZ144.00',   'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[570] = new makeProduct('Ruffle Mesh Cami Black','0889',       '22.00',  44.00,   'Price NZ44.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[571] = new makeProduct('Purfle Mesh Cami','0887',             '26.00',  52.00,   'Price NZ52.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[572] = new makeProduct('Ribbon Lace Cami','0888',             '28.00',  58.00,   'Price NZ58.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[573] = new makeProduct('Ruffle Mesh VNeck Top Brown','0890',  '29.00',  58.00,   'Price NZ58.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[574] = new makeProduct('Fur Collar Tuile Cardi','0891',       '39.00',  78.00,  'Price NZ68.00',     'Check Stock - 2  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[575] = new makeProduct('Macrame Lace Wrap','0892',            '52.00',  108.00, 'Price NZ108.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[576] = new makeProduct('Macrame Lace Skirt','0893',           '36.00',  72.00,  'Price NZ72.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[577] = new makeProduct('Fishnet Drape Net Top','0895',        '32.00',  64.00,  'Price NZ64.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[578] = new makeProduct('Circuit Board Skirt','0898',          '48.00',  98.00,  'Price NZ98.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[579] = new makeProduct('Stretch Poplin Skirt Lace Trim BL','0906','52.00', 108.00, 'Price NZ108.00', 'Check Stock - 0  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[580] = new makeProduct('Stretch Poplin Skirt Lace Trim WH','0906a','52.00', 108.00,'Price NZ108.00', 'Check Stock - 0  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[581] = new makeProduct('Stretch Cross Tank Top White','0907','24.00',  48.00,  'Price NZ48.00',      'Check Stock - 1  0  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[582] = new makeProduct('Stretch Denim Cross Tank Top','0908','29.00',  58.00,  'Price NZ58.00',      'Check Stock - 1  6  3  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[583] = new makeProduct('Optical Ruffle Top','0911',          '32.00',  64.00,  'Price NZ64.00',      'Check Stock - 0  2  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[584] = new makeProduct('Polka Dot Net Peasant Top','0912',   '38.00',  72.00,  'Price NZ72.00',      'Check Stock - 0  3  2  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[585] = new makeProduct('Lace Shell Top','0913',              '29.00',  58.00,  'Price NZ58.00',      'Check Stock - 0  2  1  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[586] = new makeProduct('Red Rose Top','0914',                '24.00',  48.00,  'Price NZ48.00',      'Check Stock - 0  3  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[587] = new makeProduct('Scorpion Skirt Midi','0950a',         '49.00',  138.00, 'Price NZ138.00',    'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[588] = new makeProduct('New Order Skirt Raw Edge Black SH','0899','52.00', 128.00,'Price NZ128.00',  'Check Stock - 1  2  2  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[589] = new makeProduct('New Order Skirt Raw Edge Black L','0899a','54.00', 138.00,'Price NZ138.00',  'Check Stock - 0  4  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[590] = new makeProduct('Fluted Long Ruffle Skirt Black','0916','68.00', 138.00, 'Price NZ138.00',    'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[591] = new makeProduct('Fluted Long Ruffle Skirt Red', '0916a','68.00', 138.00, 'Price NZ138.00',    'Check Stock - 1  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[592] = new makeProduct('Ruffle Corsette Top Black','0927',    '44.00',  88.00,  'Price NZ88.00',     'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[593] = new makeProduct('Ruffle Corsette Top Red', '0927a',    '44.00',  88.00,  'Price NZ88.00',     'Check Stock - 0  1  2  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[594] = new makeProduct('Net Pintuck Skirt Black','0928',      '74.00',  148.00, 'Price NZ148.00',    'Check Stock - 1  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[595] = new makeProduct('Net Pintuck Skirt Red','0928a',       '74.00',  148.00, 'Price NZ148.00',    'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[596] = new makeProduct('Net Pintuck Skirt Dark Red','0928b',  '74.00',  148.00, 'Price NZ148.00',    'Check Stock - 0  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[597] = new makeProduct('Circuit Tie Skirt Long','0935',       '54.00',  128.00, 'Price NZ128.00',    'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[598] = new makeProduct('Circuit Tie Skirt Short','0935a',     '52.00',  128.00, 'Price NZ128.00',    'Check Stock - 0  1  0  3  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[599] = new makeProduct('Blake Mesh Top','0938',               '44.00',  98.00,  'Price NZ98.00',     'Check Stock - 0  0  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[600] = new makeProduct('Surreal Mesh Top Collar/Cuffs','0940','44.00',  88.00,  'Price NZ88.00',     'Check Stock - 1  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[601] = new makeProduct('Drill Goblet Skirt','0968',           '56.00', 128.00,  'Price NZ128.00',    'Check Stock - 1  0  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[602] = new makeProduct('City l/sl Top','0946',                '42.00',  84.00,  'Price NZ84.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[603] = new makeProduct('City Cap/sl Top','0946a',             '40.00',  80.00,  'Price NZ80.00',     'Check Stock - 1  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[604] = new makeProduct('Venus Top','0947',                    '42.00',  84.00,  'Price NZ84.00',     'Check Stock - 4  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[605] = new makeProduct('Ruche Lycra Top','0948',              '38.00',  78.00,  'Price NZ78.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[606] = new makeProduct('Gold Circuit Board Top','0949',       '34.00',  68.00,  'Price NZ68.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[607] = new makeProduct('Paisley Skirt Velvet','0952',         '56.00',  112.00, 'Price NZ112.00',    'Check Stock - 6  0  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[608] = new makeProduct('Boucle Knit Skirt','0953',            '54.00',  108.00, 'Price NZ108.00',    'Check Stock - 0  3  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[609] = new makeProduct('Boucle Knit Pintuck Top','0954',      '44.00',  88.00,  'Price NZ88.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[610] = new makeProduct('Rameses Overlay Dress','0955',        '59.00',  128.00, 'Price NZ128.00',    'Check Stock - 0  2  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[611] = new makeProduct('Ribbon Net Ruffle Skirt','0956',      '49.00',  98.00,  'Price NZ98.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[612] = new makeProduct('Ribbon Net Camisole Beige','0957',    '36.00',  98.00,  'Price NZ98.00',     'Check Stock - 0  2  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[613] = new makeProduct('Ribbon Net Camisole Red','0957a',     '36.00',  98.00,  'Price NZ98.00',     'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[614] = new makeProduct('Octopuss Skew Top','0959',            '44.00',  88.00,  'Price NZ88.00',     'Check Stock - 0  1  1  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[615] = new makeProduct('Barcode Split Top','0961a',           '40.00',  78.00,  'Price NZ78.00',     'Check Stock - 4  2  3  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[616] = new makeProduct('Statement Tank Top','0962',           '40.00',  128.00, 'Price NZ128.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[617] = new makeProduct('Denim Label Skirt','0963',            '54.00',  108.00, 'Price NZ108.00',    'Check Stock - 1  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[618] = new makeProduct('Denim Liberty Skirt','0964',          '56.00',  108.00,  'Price NZ108.00',   'Check Stock - 1  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[619] = new makeProduct('Drill Scissor Skirt Black','0967',    '52.00',  108.00,  'Price NZ108.00',   'Check Stock - 2  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[620] = new makeProduct('Drill Scissor Skirt Red','0967a',     '52.00',  108.00,  'Price NZ108.00',   'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[621] = new makeProduct('Drill Goblet Skirt','0968',           '56.00', 128.00,  'Price NZ128.00',    'Check Stock - 1  0  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[622] = new makeProduct('City l/sl Top','0946',                '42.00',  84.00,  'Price NZ84.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[623] = new makeProduct('City Cap/sl Top','0946a',             '40.00',  80.00,  'Price NZ80.00',     'Check Stock - 1  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[624] = new makeProduct('Venus Top','0947',                    '42.00',  84.00,  'Price NZ84.00',     'Check Stock - 4  2  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[625] = new makeProduct('Ruche Lycra Top','0948',              '38.00',  78.00,  'Price NZ78.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[626] = new makeProduct('Gold Circuit Board Top','0949',       '34.00',  68.00,  'Price NZ68.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[627] = new makeProduct('Paisley Skirt Velvet','0952',         '56.00',  112.00, 'Price NZ112.00',    'Check Stock - 6  0  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[628] = new makeProduct('Boucle Knit Skirt','0953',            '54.00',  108.00, 'Price NZ108.00',    'Check Stock - 0  3  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[629] = new makeProduct('Boucle Knit Pintuck Top','0954',      '44.00',  88.00,  'Price NZ88.00',     'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[630] = new makeProduct('Rameses Overlay Dress','0955',        '59.00',  128.00, 'Price NZ128.00',    'Check Stock - 0  2  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[631] = new makeProduct('Leatherette Jacket','0876',           '49.00',  98.00,  'Price NZ98.00',     'Check Stock - 0  3  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[632] = new makeProduct('Orchid Patch Skirt','0969',           '64.00',  138.00, 'Price NZ138.00',    'Check Stock - 0  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[633] = new makeProduct('3Pocket Barcode Skirt','0971',        '59.00',  138.00, 'Price NZ138.00',    'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[634] = new makeProduct('3Pocket Barcode Skirt Long','0971a',  '64.00',  138.00, 'Price NZ138.00',    'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[635] = new makeProduct('Lattice Jumper','0972',               '59.00',  138.00, 'Price NZ138.00',    'Check Stock - 1  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[636] = new makeProduct('Flare Sleeve Top','0973',             '29.00',  60.00,  'Price NZ60.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[637] = new makeProduct('Ruche Box Top Black','0974',          '36.00',  75.00,  'Price NZ75.00',     'Check Stock - 0  3  2  6  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[638] = new makeProduct('Ruche Box Top Red','0974a',           '36.00',  75.00,  'Price NZ75.00',     'Check Stock - 0  2  3  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[638] = new makeProduct('Tuille Pintuck Top','0975',           '46.00',  85.00,  'Price NZ85.00',     'Check Stock - 0  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[639] = new makeProduct('Tuille Ruffle Cardi Black','0976',    '59.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  0  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[640] = new makeProduct('Tuille Ruffle Cardi Red','0976a',     '59.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[641] = new makeProduct('Bias Cut Lace Skirt Black','0981',    '54.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[642] = new makeProduct('Bias Cut Lace Skirt Red','0981b',     '54.00',  120.00, 'Price NZ120.00',    'Check Stock - 1  1  1  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[643] = new makeProduct('Bias Cut Lace Skirt Long Red','0981a','69.00',  120.00, 'Price NZ120.00',    'Check Stock - 0  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[644] = new makeProduct('Mars Rover Skirt Red Black Back','0986','58.00',138.00, 'Price NZ138.00',    'Check Stock - 2  0  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[645] = new makeProduct('Mars Rover Skirt B/W Black Back','0986a','58.00',138.00, 'Price NZ138.00',   'Check Stock - 1  0  0  2  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[646] = new makeProduct('Microworld Skirt','0987',              '62.00',138.00,  'Price NZ138.00',    'Check Stock - 0  1  2  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[647] = new makeProduct('Twist Front Top Black','0998',         '42.00',84.00,    'Price NZ84.00',    'Check Stock - 1  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[648] = new makeProduct('Twist Front Top Red', '0998a',         '42.00',84.00,    'Price NZ84.00',    'Check Stock - 1  1  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[649] = new makeProduct('Lace Tie Strip Top Black', '0999',     '46.00',84.00,    'Price NZ88.00',    'Check Stock - 1  2  0  0  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[650] = new makeProduct('Lace Tie Strip Top Red',   '0999a',    '46.00',84.00,    'Price NZ88.00',    'Check Stock - 2  0  0  1  0',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[651] = new makeProduct('Payment','31sp',      '31.00',  31.00, 'Price NZ31.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[652] = new makeProduct('Payment','32sp',      '32.00',  32.00, 'Price NZ32.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[653] = new makeProduct('Payment','33sp',      '33.00',  33.00, 'Price NZ33.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[654] = new makeProduct('Payment','34sp',      '34.00',  34.00, 'Price NZ34.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[655] = new makeProduct('Payment','36sp',      '36.00',  36.00, 'Price NZ36.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[656] = new makeProduct('Payment','37sp',      '15.00',  15.00, 'Price NZ15.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[657] = new makeProduct('Payment','38sp',      '38.00',  38.00, 'Price NZ38.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[658] = new makeProduct('Payment','39sp',      '39.00',  39.00, 'Price NZ39.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[659] = new makeProduct('Payment','41sp',      '41.00',  41.00, 'Price NZ41.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[660] = new makeProduct('Payment','42sp',      '42.00',  42.00, 'Price NZ42.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[661] = new makeProduct('Payment','43sp',      '43.00',  43.00, 'Price NZ43.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[662] = new makeProduct('Payment','44sp',      '44.00',  44.00, 'Price NZ44.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[663] = new makeProduct('Payment','46sp',      '46.00',  46.00, 'Price NZ46.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[664] = new makeProduct('Payment','47sp',      '47.00',  47.00, 'Price NZ47.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[665] = new makeProduct('Payment','48sp',      '48.00',  48.00, 'Price NZ48.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[666] = new makeProduct('Payment','49sp',      '49.00',  49.00, 'Price NZ49.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[667] = new makeProduct('Payment','51sp',      '51.00',  51.00, 'Price NZ51.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[668] = new makeProduct('Payment','52sp',      '52.00',  52.00, 'Price NZ52.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[669] = new makeProduct('Payment','53sp',      '53.00',  53.00, 'Price NZ53.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[670] = new makeProduct('Payment','54sp',      '54.00',  54.00, 'Price NZ54.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[671] = new makeProduct('Payment','56sp',      '56.00',  56.00, 'Price NZ56.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[672] = new makeProduct('Payment','57sp',      '57.00',  57.00, 'Price NZ57.00',        'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[673] = new makeProduct('Payment','58sp',    '58.00',  58.00, 'Price NZ58.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[674] = new makeProduct('Payment','59sp',    '59.00',  59.00, 'Price NZ59.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[675] = new makeProduct('Payment','61sp',    '61.00',  61.00, 'Price NZ61.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[676] = new makeProduct('Payment','62sp',    '62.00',  62.00, 'Price NZ62.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[677] = new makeProduct('Payment','63sp',    '63.00',  63.00, 'Price NZ63.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[678] = new makeProduct('Payment','64sp',    '64.00',  64.00, 'Price NZ64.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[679] = new makeProduct('Payment','67sp',    '67.00',  67.00, 'Price NZ67.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[680] = new makeProduct('Payment','67sp',    '67.00',  67.00, 'Price NZ67.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[681] = new makeProduct('Payment','68sp',    '68.00',  68.00, 'Price NZ68.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[682] = new makeProduct('Payment','69sp',    '69.00',  69.00, 'Price NZ69.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[683] = new makeProduct('Payment','71sp',    '71.00',  71.00, 'Price NZ71.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[684] = new makeProduct('Payment','72sp',    '72.00',  72.00, 'Price NZ72.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[685] = new makeProduct('Payment','73sp',    '73.00',  73.00, 'Price NZ73.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[686] = new makeProduct('Payment','74sp',    '74.00',  74.00, 'Price NZ74.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[687] = new makeProduct('Payment','76sp',    '76.00',  76.00, 'Price NZ76.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[688] = new makeProduct('Payment','77sp',    '77.00',  77.00, 'Price NZ77.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[689] = new makeProduct('Payment','78sp',    '78.00',  78.00, 'Price NZ78.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[690] = new makeProduct('Payment','79sp',    '79.00',  79.00, 'Price NZ79.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[691] = new makeProduct('Payment','81sp',    '81.00',  81.00, 'Price NZ81.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[692] = new makeProduct('Payment','82sp',    '82.00',  82.00, 'Price NZ82.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[693] = new makeProduct('Payment','83sp',    '83.00',  83.00, 'Price NZ83.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[694] = new makeProduct('Payment','84sp',    '84.00',  84.00, 'Price NZ84.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[695] = new makeProduct('Payment','86sp',    '86.00',  86.00, 'Price NZ86.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[696] = new makeProduct('Payment','87sp',    '87.00',  87.00, 'Price NZ87.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[697] = new makeProduct('Payment','88sp',    '88.00',  88.00, 'Price NZ88.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[698] = new makeProduct('Payment','89sp',    '89.00',  89.00, 'Price NZ89.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[699] = new makeProduct('Payment','91sp',    '91.00',  91.00, 'Price NZ91.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[700] = new makeProduct('Payment','92sp',    '92.00',  92.00, 'Price NZ92.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[701] = new makeProduct('Payment','93sp',    '93.00',  93.00, 'Price NZ93.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[702] = new makeProduct('Payment','94sp',    '94.00',  94.00, 'Price NZ94.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[703] = new makeProduct('Payment','96sp',    '96.00',  96.00, 'Price NZ96.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[704] = new makeProduct('Payment','97sp',    '97.00',  97.00, 'Price NZ97.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[705] = new makeProduct('Payment','98sp',    '98.00',  98.00, 'Price NZ98.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[706] = new makeProduct('Payment','99sp',    '99.00',  99.00, 'Price NZ99.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[707] = new makeProduct('Payment','101sp',    '101.00',  101.00, 'Price NZ101.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>"); 
Product[708] = new makeProduct('Payment','102sp',    '102.00',  102.00, 'Price NZ102.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[709] = new makeProduct('Payment','103sp',    '103.00',  103.00, 'Price NZ103.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[710] = new makeProduct('Payment','104sp',    '104.00',  104.00, 'Price NZ104.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[711] = new makeProduct('Payment','106sp',    '106.00',  106.00, 'Price NZ106.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>"); 
Product[712] = new makeProduct('Payment','107sp',    '107.00',  107.00, 'Price NZ107.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[713] = new makeProduct('Payment','108sp',    '108.00',  108.00, 'Price NZ108.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[714] = new makeProduct('Payment','109sp',    '109.00',  109.00, 'Price NZ109.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[715] = new makeProduct('Payment','111sp',    '111.00',  111.00, 'Price NZ111.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[716] = new makeProduct('Payment','112sp',    '112.00',  112.00, 'Price NZ112.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[717] = new makeProduct('Payment','113sp',    '113.00',  113.00, 'Price NZ113.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>"); 
Product[718] = new makeProduct('Payment','114sp',    '114.00',  114.00, 'Price NZ114.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[719] = new makeProduct('Payment','116sp',    '116.00',  116.00, 'Price NZ116.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[720] = new makeProduct('Payment','117sp',    '117.00',  117.00, 'Price NZ117.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[721] = new makeProduct('Payment','118sp',    '118.00',  118.00, 'Price NZ118.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[722] = new makeProduct('Payment','119sp',    '119.00',  119.00, 'Price NZ119.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>"); 
Product[723] = new makeProduct('Payment','120sp',    '120.00',  120.00, 'Price NZ120.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[724] = new makeProduct('Payment','121sp',    '121.00',  121.00, 'Price NZ121.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[725] = new makeProduct('Payment','122sp',    '122.00',  122.00, 'Price NZ122.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[726] = new makeProduct('Payment','123sp',    '123.00',  123.00, 'Price NZ123.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[727] = new makeProduct('Payment','124sp',    '124.00',  124.00, 'Price NZ124.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[728] = new makeProduct('Payment','126sp',    '126.00',  126.00, 'Price NZ126.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[729] = new makeProduct('Payment','127sp',    '127.00',  127.00, 'Price NZ127.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[730] = new makeProduct('Payment','128sp',    '128.00',  128.00, 'Price NZ128.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[731] = new makeProduct('Payment','129sp',    '129.00',  129.00, 'Price NZ129.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[732] = new makeProduct('Payment','16sp',    '16.00',  16.00, 'Price NZ16.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[733] = new makeProduct('Payment','17sp',    '17.00',  17.00, 'Price NZ17.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[734] = new makeProduct('Payment','18sp',    '18.00',  18.00, 'Price NZ18.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[735] = new makeProduct('Payment','19sp',    '19.00',  19.00, 'Price NZ19.00',      'Special Invoice Payment',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[736] = new makeProduct('Atheist T shirt','0100',     '45.00',  45.00, 'Price NZ 45.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[737] = new makeProduct('Batty T shirt','0101',       '45.00',  45.00, 'Price NZ 45.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[738] = new makeProduct('Crowley T shirt','0102',     '65.00',  65.00, 'Price NZ 65.00',    'Order in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[739] = new makeProduct('Dali T shirt','0103',     '65.00',  65.00, 'Price NZ 65.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[740] = new makeProduct('Darwin Bleach T shirt','0104',     '55.00',  55.00, 'Price NZ 55.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[741] = new makeProduct('Fuck you T shirt','0105',     '45.00',  45.00, 'Price NZ 45.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[742] = new makeProduct('God is Not T shirt','0106',     '45.00',  45.00, 'Price NZ 45.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[743] = new makeProduct('Cogs Hoodie grey','0107a',     '160.00',  160.00, 'Price NZ 160.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[744] = new makeProduct('Cogs Hoodie ','0107',     '160.00',  160.00, 'Price NZ 160.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[745] = new makeProduct('Veins Hoodie ','0108',     '160.00',  160.00, 'Price NZ 160.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");
Product[746] = new makeProduct('Sperm Hoodie ','0109',     '160.00',  160.00, 'Price NZ 160.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[747] = new makeProduct('Faces Cushion small ','0110',     '29.00',  40.00, 'Price NZ 40.00',    'Check Stock - available',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[748] = new makeProduct('Faces Cushion large ','0110a',     '34.00',  50.00, 'Price NZ 50.00',    'Check Stock - available',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[749] = new makeProduct('Moon Cushion small ','0111',     '29.00',  40.00, 'Price NZ 40.00',    'Check Stock - available',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[750] = new makeProduct('Moon Cushion large ','0111a',     '34.00',  50.00, 'Price NZ 50.00',    'Check Stock - available',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[751] = new makeProduct('Sperm Cushion small ','0112',     '29.00',  40.00, 'Price NZ 40.00',    'Check Stock - available',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[752] = new makeProduct('Sperm Cushion large ','0112a',     '34.00',  50.00, 'Price NZ 50.00',    'Check Stock - available',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[753] = new makeProduct('Spider Cushion small ','0113',     '29.00',  40.00, 'Price NZ 40.00',    'Check Stock - available',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[754] = new makeProduct('Spider Cushion large ','0113a',     '34.00',  50.00, 'Price NZ 50.00',    'Check Stock - available',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[755] = new makeProduct('Anatomy carry bag ','0114',     '75.00',  75.00, 'Price NZ 75.00',    'Check Stock - available',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[756] = new makeProduct('Horror T shirt','0115',     '65.00',  65.00, 'Price NZ 65.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[757] = new makeProduct('Horror Long Sleeve T shirt','0115a',     '85.00',  85.00, 'Price NZ 85.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[758] = new makeProduct('Virus Symbol T shirt','0116',     '45.00',  45.00, 'Price NZ 45.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[759] = new makeProduct('Batboy T shirt','0117',     '45.00',  45.00, 'Price NZ 45.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[760] = new makeProduct('Dollar T shirt','0118',     '65.00',  65.00, 'Price NZ 65.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[761] = new makeProduct('Skull T shirt','0119',     '45.00',  45.00, 'Price NZ 45.00',    'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='_blank'>Product Page</a>");

Product[762] = new makeProduct('Link shirt','0119l','45.00',  45.00, 'Price NZ 45.00', 'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='geo12059'><img src='http://www.virusclothing.com/virusphere/virian/adminicontroller/images/thumbnail_1324631905.jpg' id='link'></a>");

Product[763] = new makeProduct('Link2 shirt','0119m','45.00',  45.00, 'Price NZ 45.00', 'Available in Size - S  M  L  XL 2XL',"<a href='http://www.virusclothing.com/virusphere/AAA/test/Main1.php 'target='geo12059'><img src='http://www.virusclothing.com/virusphere/virian/adminicontroller/images/thumbnail_1324626181.jpg' id='link'></a>");



Product[764] = new makeProduct('Enter DIGIT CODE into CODE BOX','0001',     'Wholesale NZ 00.00',  1.00, '      CODE                1.00',       '     P R O D U C T  S E A R C H', "Product Page");

/* 
* Bottom Retail Product Array -----Do not edit below-----------------------------------------------------------------------------------------1
 */
function getProduct(item_number) {
var Found = false;
for (var i = 0, n= Product.length;i<n;i++) {
if (Product[i].item_number == item_number) {
Found = true;
 break;
}
 }
if (Found) return i;
 else return -1;
} 

function display(thisForm) {

    var item_number = getProduct(thisForm.item_number.value.toLowerCase());

    if (item_number ==-1) {

        alert('Sorry no product match');


        return;

    }

var theProduct = Product[item_number];
thisForm.item_name.value = theProduct.item_name;
thisForm.Stock.value = theProduct.Stock;
thisForm.WPrice.value = theProduct.WPrice;
thisForm.amount.value = theProduct.amount;
thisForm.RPrice.value = theProduct.RPrice;
thisForm.Link.value = theProduct.Link;
/*thisForm.theWPrice.value = theProduct.WPrice * parseInt(thisForm.quantity.value);

*/
 }

