function product_details(id){ window.open( 'dtl_prod.php?id='+id,'ProductDetail', 'width=450; height=400'); } function article_details(id){ window.open( 'dtl_article.php?id='+id,'ArtDetail', 'width=450; height=400;'); } function img_details(src, w, h){ window.open( 'dtl_img.php?src='+src, 'Image', 'width='+w+'; height='+h+';'); return false } function post_new(){ window.open( 'new_post.php','MessageBoard', 'width=350; height=350'); return false } function post_new_dealers(){ window.open( 'dealers_new_post.php','MessageBoard', 'width=350; height=350'); return false } function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); newWindow.focus(); }